🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
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
npm
Version published
Weekly downloads
7
-30%
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