geoffgraham/animate.scss

slideInDownBig wrong prefix

Closed this issue · 1 comments

Hi Geoff,

First off thank you for this excellent library. It has saved me a load of time!

I am just letting you know that In the file _fadeInDownBig.scss

you have set the transform prefix to -webkit-transform instead of just transform like the other animations use.

removing the -webkit- prefix fixes the issue on none webkit browsers of coarse:)

Thanks again!

Jack

Thanks man! Done hand handled. :)