Skip to content

avlos/animation-rails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

animation-rails

This engine/gem provides:

Installation

Add the gem to your Gemfile:

gem "animation-rails"

Then bundle:

bundle install

Usage

To use animate.css:

Add the library to application.css:

*= require animate
To use wow.js

Require animate.css as above and add wow.js to your application.js file

//= require wow
To use aos.js

Require aos components in both application.js and application.css

//= require aos
*= require aos

About

Add Animate.css, WOW or AOS to your rails asset pipeline

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages