Keyframes aren't prefixed
Keyframes should be generated in both a unprefixed @keyframes and prefixed versions (@-webkit-keyframes etc). This causes issues in some browsers (older versions of Chrome for Android particularly) especially when combined with bug #100
Oh! That's really interesting, I didn't even realize that @keyframes had a prefixed version. Thanks for reporting!
The issue seems to be from my testing that -webkit-animation-name will only work with @-webkit-keyframes and not regular @keyframes in some versions of Chrome. Since due to bug #100 -webkit-animation-name is taking precedence over animation-name, then there is NO animation at all.
@limitedmage can you see if this is still an issue with 1.2.0?