mkhairi / materialize-sass

Materializecss rubygem for Rails Asset Pipeline / Sprockets
http://materialize.labs.my/
MIT License
805 stars 243 forks source link

Waves are not working in rails4 #59

Closed jvanbaarsen closed 9 years ago

jvanbaarsen commented 9 years ago

Somehow I can't get the Wave animation working in Rails4. I used the starter template, and even then the orange button is not showing the wave animation.

Is there something I'm doing wrong? Should I initialize Wave somewhere?

mkhairi commented 9 years ago

hi @jvanbaarsen, yes, you need initialize it first. see #27

jvanbaarsen commented 9 years ago

@mkhairi Thanks!