You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -200,7 +200,7 @@ The easing to be used when animating. Read more in the [Easing section](#easing-
200
200
*Default:*`ease`
201
201
202
202
#### lazy
203
-
Recalculating targetY/targetXat each scroll step. Useful when you don't know the final height of the container, and it grows as it scrolls.
203
+
By default targetX/targetY are calculated once at the start of a scroll, however if the target may shift around during the scroll - setting `lazy` to `false` will force recalculation of targetX/targetY at each scroll step.
0 commit comments