Socket
Socket
Sign inDemoInstall

hover-marquee

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    hover-marquee

Turn text into a marquee on hover to reveal hidden text


Version published
Weekly downloads
2
decreased by-33.33%
Maintainers
1
Install size
15.7 kB
Created
Weekly downloads
 

Readme

Source

CSS3 Hover MARQUEE npm version

This is a fork of the html5 marquee by muchweb https://github.com/muchweb/html5-marquee

Installation

  • Bower: bower install hover-marquee
  • NPM: npm install hover-marquee

Usage

Simple usage:

<div class="marquee" data-marquee="Text contents"></div>

Adjust marquee speed:

CSS ClassDelay
.marquee-speed-drowsy30s
.marquee-speed-slow20s
.marquee-speed-normal10s (default)
.marquee-speed-fast7s
.marquee-speed-swift5s
.marquee-speed-hyper2s
Custom speed:

Inherits the speed from the class or inline style

CSS ClassDelay
.marquee-speed-custominherit

Adjust direction:

CSS Class
.marquee-direction-leftRight to left (default)
.marquee-direction-rightLeft to right
.marquee-direction-alternateAlternate movement

Adjust direction:

CSS Class
.marquee-direction-leftRight to left (default)
.marquee-direction-rightLeft to right
.marquee-direction-alternateAlternate movement

Vintage effect:

CSS Class
.marquee-movement-smoothSmooth animation (default)
.marquee-movement-steps20Jamming animation
.marquee-movement-steps10Jamming animation

Building

Requirements:

  • Node.js
  • NPM
  • GNU Make
make

This will create css directory.

Keywords

FAQs

Last updated on 25 Jan 2016

Did you know?

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc