Skip to content

Commit 8becf9b

Browse files
authored
[scroll-animations-1] Fix formal syntax of animation-delay-(start|end) (#7755)
1 parent 40f2c51 commit 8becf9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scroll-animations-1/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ spec: cssom-view-1; type: dfn;
727727

728728
<pre class="propdef">
729729
Name: animation-delay-start
730-
Value: [ <<time>> | <<timeline-range-name>> <<percentage>>
730+
Value: [ <<time>> | <<timeline-range-name>> <<percentage>> ]
731731
Initial: 0s
732732
Applies to: all elements
733733
Inherited: no
@@ -753,7 +753,7 @@ spec: cssom-view-1; type: dfn;
753753

754754
<pre class="propdef">
755755
Name: animation-delay-end
756-
Value: [ <<time>> | <<timeline-range-name>> <<percentage>>
756+
Value: [ <<time>> | <<timeline-range-name>> <<percentage>> ]
757757
Initial: 0s
758758
Applies to: all elements
759759
Inherited: no

0 commit comments

Comments
 (0)