DescriptionWeb Animations: Fix Player's timing update when source content becomes longer
A Player's hold time may become unlimited when the source content changes,
special care is required to adjust the current time in this case as the
existing start time should be maintained.
CSS Animations required an additional fix, as the inert animation used for
sampling in the same recalc that could update the timing properties of an
animation, used a stale currentTime value which would be limited by the
the previous timing data.
BUG=461691
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=191073
Patch Set 1 #Patch Set 2 : test #
Messages
Total messages: 7 (3 generated)
|