Skip to content

Commit

Permalink
[scroll-animations-1] Clarify that animation-range is reset by animat…
Browse files Browse the repository at this point in the history
…ion. #8054
  • Loading branch information
fantasai committed Mar 28, 2023
1 parent 119e4fb commit d568833
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scroll-animations-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,8 @@ spec: cssom-view-1; type: dfn;
A set of animation keyframes can be attached
in reference to [=named timeline ranges=]
by restricting the animation’s [=active interval=]
to the specified timeline range.
to a specified timeline range
with the 'animation-range' properties.
Delays (see 'animation-delay')
are set within this restricted range,
constricting it further.
Expand All @@ -919,6 +920,9 @@ spec: cssom-view-1; type: dfn;
╶┄┄┄┄┄ duration┄┄┄┄┄╴
</pre>

The 'animation-range' properties
are [=reset-only sub-properties=] of the 'animation' [=shorthand=].

ISSUE: Define application to time-driven animations.

### Specifying an Animation’s Timeline Range: the 'animation-range' shorthand ### {#animation-range}
Expand Down

0 comments on commit d568833

Please sign in to comment.