Chromium Code Reviews
DescriptionWeb Animations: Clip animation active intervals if endDelay is negative
This change updates our implementation of animation phases to match
a recent spec change.
Now the after phase begins at min(start delay + active duration, end time)
where end time is start delay + active duration + end delay.
The behavioural result of this is negative values for endDelay will "clip"
into the animation's active interval.
http://w3c.github.io/web-animations/#animation-effect-phases-and-states
BUG=600248
Committed: https://crrev.com/1ceb7e51509ec80935c26d21658517216b52d8c0
Cr-Commit-Position: refs/heads/master@{#390886}
Patch Set 1 #
Messages
Total messages: 12 (5 generated)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||