We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 947f69b commit 553f515Copy full SHA for 553f515
1 file changed
scroll-animations-1/Overview.bs
@@ -898,11 +898,16 @@ spec: cssom-view-1; type: dfn;
898
899
1. If |rangeName| is a valid [=named timeline range=] on [=this=],
900
let |progress| be the current progress through that range,
901
- expressed as a percentage value between 0 and 100.
+ expressed as a percentage value.
902
903
Create a [=new unit value=] from (|progress|, "percent")
904
and return it.
905
906
+ If the start and end points of the [=named timeline range=] coincide,
907
+ return negative infinity for time values before it,
908
+ positive infinity for time values after it,
909
+ and zero for time values coinciding with that point.
910
+
911
2. Otherwise, return null.
912
913
2. Let |current time|
0 commit comments