DescriptionFix computation of animated transform w/ different from/to transform types
Calculating the animated value between two transforms of differing types
would give random results (and ASSERT in debug.)
Fix by requiring the effective 'from' value to have the same type as the
'to' value. If the types are not the same, then use a "zero transform" as
the 'from' value.
Also adjust the behavior of animateTransform additive to-animations in
this case by clearing the list in these cases too (matching Presto and
Gecko in this particular case.)
BUG=231409
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=176193
Patch Set 1 #Patch Set 2 : Fixup comment. #
Total comments: 2
Messages
Total messages: 6 (0 generated)
|