xEasy / rails-animations

animate.css for rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

animate.css for rails

License:MIT License


Languages

Language:CSS 97.0%Language:Ruby 3.0%