Fix animation style properties (breaking change for style properties)
The animation style property values have been changed from unit types to numeric types to prevent 'px' units being appended. Numeric types can only be whole numbers, so the property unites have been adjusted accordingly. The duration property value is now in milliseconds and the scale property value is now a percentage.