Run gem install animate-rails and add gem 'animate-rails', '~> 1.0.5' to the Gemfile. After that, add in some fadeInLeft or even some slideInLeft animations, perhaps for the conf/team/player buttons.
Let's not go crazy with the transitions, but rather, use them subtlely to enhance the look and feel of the site. Remind the end user that this site is built in HTML5 with some impressive but not annoying animations.
Run
gem install animate-rails
and addgem 'animate-rails', '~> 1.0.5'
to the Gemfile. After that, add in somefadeInLeft
or even someslideInLeft
animations, perhaps for the conf/team/player buttons.Let's not go crazy with the transitions, but rather, use them subtlely to enhance the look and feel of the site. Remind the end user that this site is built in HTML5 with some impressive but not annoying animations.