Skip to content

Commit a98ba49

Browse files
committed
[css-animations-2] Inline definition for <timeline-name>. #8245
1 parent 7ee1e95 commit a98ba49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-animations-2/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ Animatable: no
536536
</pre>
537537
538538
<pre class=prod>
539-
<dfn>&lt;single-animation-timeline></dfn> = auto | none | <<timeline-name>> | <<scroll()>> | <<view()>>
539+
<dfn>&lt;single-animation-timeline></dfn> = auto | none | <<custom-ident>> | <<scroll()>> | <<view()>>
540540
</pre>
541541
542542
The 'animation-timeline' property is similar to properties like 'animation-name'
@@ -556,7 +556,7 @@ the following effects:
556556
: <dfn>none</dfn>
557557
:: The animation is not associated with a [=timeline=].
558558
559-
: <dfn><<timeline-name>></dfn>
559+
: <dfn><<custom-ident>></dfn>
560560
:: If a named [=scroll progress timeline=] or [=view progress timeline=]
561561
is in scope on this element,
562562
use the referenced timeline

0 commit comments

Comments
 (0)