Simple CSS Marquee.
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.
- Ruby >= 2.4.0
- Bundler
For a list of gem dependencies, see the Gemfile.
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