Re: [csswg-drafts] [css-transforms-2] Serialization of individual transform when the animation is at 0% or 100% (#3290)

I see. So the problem is: should we short-circuited the interpolation. Gecko doens't, so it always return the interpolated value (which is 3d scale). However, Blink return the original from/to value (which is 2d scale). Anyway, need the feedback from CSSWG.

-- 
GitHub Notification of comment by BorisChiou
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3290#issuecomment-539735126 using your GitHub account

Received on Tuesday, 8 October 2019 22:45:36 UTC