-
Notifications
You must be signed in to change notification settings - Fork 756
Closed
Labels
Description
using left, right, top, bottom to animate a html element is more powerful than using transform. Why? cause you can't break apart the different transform properties across animation without resetting it. My proposal which might already been suggested is to define new css properties such as transform-translate, transform-rotate, transform-scale, transform-skew, transform-translateX, transform-rotateX and so on to help set individual transform properties. If they must be a rule that if one do this they can't use the transform: property on the element that have different transform-* set on it than so be it that is manageable than putting a div with in a div to use different transform:* values on it to animate.