Skip to content

Commit 449000b

Browse files
committed
[scroll-animations-1] Add more examples for animation-range shorthand. w3c#8438
1 parent f3f41ac commit 449000b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

scroll-animations-1/Overview.bs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -952,10 +952,18 @@ spec: cssom-view-1; type: dfn;
952952
animation-range-start: entry 0%;
953953
animation-range-end: entry 100%;
954954

955+
animation-range: entry exit;
956+
animation-range-start: entry 0%;
957+
animation-range-end: exit 100%;
958+
955959
animation-range: 10%;
956960
animation-range-start: 10%;
957961
animation-range-end: normal;
958962

963+
animation-range: 10% 90%;
964+
animation-range-start: 10%;
965+
animation-range-end: 90%;
966+
959967
animation-range: entry 10% exit;
960968
animation-range-start: entry 10%;
961969
animation-range-end: exit 100%;

0 commit comments

Comments
 (0)