Before, only properties inside style were animated by dynamics.js. This PR first checks for properties belonging to the element, and then opts to animate style properties. I think this falls in line with how dynamics.js animates arbitrary javascript objects too.
Before, only properties inside
style
were animated bydynamics.js
. This PR first checks for properties belonging to the element, and then opts to animatestyle
properties. I think this falls in line with how dynamics.js animates arbitrary javascript objects too.