[csswg-drafts] split tranform to set seperate (#4083)

L2L2L has just created a new issue for https://github.com/w3c/csswg-drafts:

== split tranform to set seperate  ==
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. 

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4083 using your GitHub account

Received on Wednesday, 3 July 2019 21:48:26 UTC