No commit activity in last 3 years
No release in over 3 years
animate.css for rails
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0
 Project Readme

rails-animations

animate.css for rails.

https://github.com/daneden/animate.css

Installation

Add this extension to your Gemfile:

gem "rails-animations"

Then run:

bundle install

Usage

  • require the base css
*= require animations/base
  • require all animations
*= require animations/all

Modules (TODO)

*= require animations/#{module_name}/all
  • attention_seekers/
  • bouncing_entrances/
  • bouncing_exits/
  • fading_entrances/
  • fading_exits/
  • flippers/
  • lightspeed/
  • rotating_entrances/
  • rotating_exits/
  • sliding_entrances/
  • sliding_exits/
  • specials/
  • zooming_entrances/
  • zooming_exits/