We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ee1e95 commit a98ba49Copy full SHA for a98ba49
css-animations-2/Overview.bs
@@ -536,7 +536,7 @@ Animatable: no
536
</pre>
537
538
<pre class=prod>
539
-<dfn><single-animation-timeline></dfn> = auto | none | <<timeline-name>> | <<scroll()>> | <<view()>>
+<dfn><single-animation-timeline></dfn> = auto | none | <<custom-ident>> | <<scroll()>> | <<view()>>
540
541
542
The 'animation-timeline' property is similar to properties like 'animation-name'
@@ -556,7 +556,7 @@ the following effects:
556
: <dfn>none</dfn>
557
:: The animation is not associated with a [=timeline=].
558
559
-: <dfn><<timeline-name>></dfn>
+: <dfn><<custom-ident>></dfn>
560
:: If a named [=scroll progress timeline=] or [=view progress timeline=]
561
is in scope on this element,
562
use the referenced timeline
0 commit comments