We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 553f515 commit 9578e4dCopy full SHA for 9578e4d
1 file changed
scroll-animations-1/Overview.bs
@@ -913,6 +913,11 @@ spec: cssom-view-1; type: dfn;
913
2. Let |current time|
914
be the value of [=this's=] {{AnimationTimeline/currentTime}} internal slot.
915
916
- Create a [=new unit value=] from (|current time|, "ms")
+ If [=this=] is a {{ScrollTimeline}},
917
+ create a [=new unit value=] from (|current time|, "percent")
918
+ and return it.
919
+
920
+ Otherwise,
921
+ create a [=new unit value=] from (|current time|, "ms")
922
and return it.
923
</div>
0 commit comments