Socket
Book a DemoInstallSign in
Socket

marquee-overflow

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

marquee-overflow

An AngularJS directive that automatically scrolls the content of an element when it overflows

1.0.2
latest
npmnpm
Version published
Weekly downloads
4
Maintainers
1
Weekly downloads
 
Created
Source

Table of Contents

  • Dependencies
  • Options
  • Example

An AngularJS directive to automatically marquee the content of an element when it overflows.

Dependencies

  • Angular 1.x
  • jQuery 3.x

Options

  • speed: the speed at which the marquee scrolls in pixels/second

Example

<html>
  <head>
    <!-- include jQuery, AngularJS, and the marquee-overflow files here -->

    <script>
      var app = angular.module('app', ['marquee-overflow']);
    </script>

    <style>
      overflow-marquee {
        white-space: nowrap;
        width:200px;
      }
    </style>
  </head>
  <body>
    <input type="text" ng-model="text" />
    <overflow-marquee speed="60">{{text}}</overflow-marquee>
  </body>
</html>

Keywords

angular

FAQs

Package last updated on 20 Jun 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.