tylergaw / css-shaky-animation

Shits shakin' yo
https://lab.tylergaw.com/css-shaky-animation
286 stars 27 forks source link

Swap -moz- prefix for unprefixed animations #2

Closed i-like-robots closed 10 years ago

i-like-robots commented 10 years ago

The -moz- prefix for the animation property and @keyframe declarations are not required and support for the unprefixed versions is very good: http://caniuse.com/#feat=css-animation

tylergaw commented 10 years ago

@i-like-robots Cool. One small change. The CSS file is generated using Sass. Can you make the changes in the scss https://github.com/i-like-robots/css-shaky-animation/blob/master/css/scss/shaky-animation.scss. There are a couple mixins that would need updated.

i-like-robots commented 10 years ago

Darn it! In too much of a rush to have paid proper attention.

i-like-robots commented 10 years ago

Done and done :blush:

i-like-robots commented 10 years ago

Fixed.

tylergaw commented 10 years ago

@i-like-robots Thanks man, merged. It's great that we're getting to a point that we can remove these prefixes.