geoffgraham/animate.scss

Webkit specific vendor prefixes

Closed this issue · 2 comments

There are webkit specific vendor prefixes in the bouncing entrance/exit mixins. These need to be removed. Could well be elsewhere. This means project does not work on any non-webkit based browser for these animations.

OK, think I nabbed them all. If you see any others, feel free to submit a pull request. :)

There's an issue with removing them completely as Safari & iOS requires the -webkit- prefix on all transforms. Should include both prefixed and not, I'll submit a PR shortly.