hyperandroid / CAAT

Canvas Advanced Animation Toolkit
hyperandroid.github.com/CAAT
MIT License
727 stars 117 forks source link

Added a standard constant for keyframes rules #174

Open phistuck opened 7 years ago

phistuck commented 7 years ago

The code was only looking for prefixed constants, but the standard constant is supported by all of the browsers for quite some time.

I would even go farther and remove those constants (and the prefix-querying code at the top) completely, but there might be old version support level for this library.