Skip to content

Commit 7ee1e95

Browse files
committed
[scroll-animations-1] Define keyframe attachment outside animation's effective range #7825
1 parent 85f456a commit 7ee1e95

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scroll-animations-1/Overview.bs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -731,6 +731,11 @@ spec: cssom-view-1; type: dfn;
731731
If the timeline does not have a corresponding [=named timeline range=],
732732
then any keyframes attached to points on that [=named timeline range=]
733733
are ignored.
734+
It is possible that these attachment points
735+
are outside the [=active phase=] of the animation;
736+
in these cases the automatic ''from'' (0%) and ''to'' (100%) keyframes
737+
are only generated for properties that don't have keyframes
738+
at or earlier than 0% or at or after 100% (respectively).
734739

735740
## Attaching Animations to Timeline Ranges ## {#named-range-animation-declaration}
736741

0 commit comments

Comments
 (0)