We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3f41ac commit 449000bCopy full SHA for 449000b
1 file changed
scroll-animations-1/Overview.bs
@@ -952,10 +952,18 @@ spec: cssom-view-1; type: dfn;
952
animation-range-start: entry 0%;
953
animation-range-end: entry 100%;
954
955
+ animation-range: entry exit;
956
+ animation-range-start: entry 0%;
957
+ animation-range-end: exit 100%;
958
+
959
animation-range: 10%;
960
animation-range-start: 10%;
961
animation-range-end: normal;
962
963
+ animation-range: 10% 90%;
964
+ animation-range-start: 10%;
965
+ animation-range-end: 90%;
966
967
animation-range: entry 10% exit;
968
animation-range-start: entry 10%;
969
animation-range-end: exit 100%;
0 commit comments