albertlyu / shot-charts-site

A Rails web application for visualizing NCAA men's basketball play-by-play shot location data
MIT License
3 stars 1 forks source link

Add animate.css transitions via the animate-rails gem #37

Open albertlyu opened 10 years ago

albertlyu commented 10 years ago

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.