Chromium Code Reviews
DescriptionWeb Animations: Fix CSS events to handle animations with very short durations
In order to do this reliably we need to handle the case where an animation
starts and ends within a single sample.
This is tested with a new LayoutTest which uses a CSS animation with a very
short duration and a non-zero delay, as animations are always sampled at an
inherited time of zero.
BUG=240653
R=dstockwell
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=156546
Patch Set 1 #Patch Set 2 : Use Animation::forceSampleBeforeStartTime() #Patch Set 3 : Rebased #
Total comments: 2
Patch Set 4 : Pass phase and isFirstSample to event callback #Patch Set 5 : Rebased #
Total comments: 3
Patch Set 6 : Addressed review comments #Patch Set 7 : Rebased #Patch Set 8 : Rebased #Patch Set 9 : Rebased #Patch Set 10 : state-at-end-event-transform.html still fails #Patch Set 11 : Rebased #Messages
Total messages: 14 (0 generated)
|