Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

AlfredoRamos/simple-marquee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Simple CSS Marquee.

Build Status Latest Stable Version Code Quality License

Generates an animation effect that horizontally scrolls elements, like text or images. It tries to mimic what the obsolete <marquee> tag did, using only CSS.

Precompiled CSS files (marquee.css and marquee.min.css) can be found in this gist. A live demo is hosted at Simple Marquee.

Dependencies

  • Ruby >= 2.4.0
  • Bundler

For a list of gem dependencies, see the Gemfile.

Build

First off run bundler install to install all required gems, then generate the CSS files using rake tasks:

Normal

rake build:css

Minified

rake build:minify

Both

rake build:all