Closed
Bug 1232529
Opened 10 years ago
Closed 10 years ago
AnimationPropertySegment should hold computed keyframe offset (or keyframe offset) to populate interval endpoints for the case of effect timing function outputsvalues outside the range [0, 1]
Categories
(Core :: DOM: Animation, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: hiro, Unassigned)
References
()
Details
From the spec <https://w3c.github.io/web-animations/#the-effect-value-of-a-keyframe-animation-effect>:
10. Populate interval endpoints by following the steps from the first matching condition from below:
If iteration progress < 0 and there is more than one keyframe in property-specific keyframes with a computed keyframe offset of 0,
Add the first keyframe in property-specific keyframes to interval endpoints.
If iteration progress ≥ 1 and there is more than one keyframe in property-specific keyframes with a computed keyframe offset of 1,
Add the last keyframe in property-specific keyframes to interval endpoints.
| Reporter | ||
Comment 1•10 years ago
|
||
I am not 100% sure but this might not necessary.
| Reporter | ||
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•