Skip to content

Commit e09f2b7

Browse files
committed
[scroll-animations-1] Editorial: Drop reference to upcoming threshold value. It appears to already be added to the spec.
1 parent 523d099 commit e09f2b7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

scroll-animations-1/Overview.bs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -596,10 +596,11 @@ The procedure to <dfn>resolve an element-based offset</dfn> given
596596
<div class="note">
597597
Note: With threshold 0.0, the algorithm selects the effective scroll offset such
598598
that the target is adjacent to the [=scrollport=] at the given edge but not yet
599-
visible. The upcoming threshold value will allow authors to control the amount
600-
of target that needs to be visible in [=scrollport=]. In particular threshold
601-
value 1.0 ensure that target is fully visible (as long as [=scrollport=] is
602-
large enough).
599+
visible.
600+
The threshold value allows authors
601+
to control the amount of target that needs to be visible in [=scrollport=].
602+
In particular threshold value 1.0 ensure that target is fully visible
603+
(as long as [=scrollport=] is large enough).
603604

604605
<figure>
605606
<img src="img/example-element-based-threshold.svg" width="600"

0 commit comments

Comments
 (0)