Can i use transform as a value of transition-property?
transition-property: transform;
W3C transition standard doesn't list transform as Animatable value.
In fact W3C transform standard has missing row for Animatable:Yes/No in the table of 7. The ‘transform’ Property.
I am worried this is legal or not.
This stackoverflow answer suggest to use transform as the value of transition-property.
I can get the transform animation using 0% and 100% keyframe but if only 2 states are involved, I would prefer transition instead of animation.