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
When I use interval: 100 for example and starting the page from bottom, I mean go to the bottom of the page refresh the page the browser will and you at the same scroll value now try to go up to reveal the animation will be revealed from bottom to top, I mean from element index 5 then 4 then 3 then 2 ... instead of 0,1,2,3,4,5, I don't want this behavior.
I tried default options without customize anything except adding interval time and same issue were faced.
Any solution or option to turn off reversed reveal with interval?
The text was updated successfully, but these errors were encountered:
Update the sequence function to always reveal elements in the order they appear in the DOM, regardless of scroll position or direction. This fixes the issue of reversed reveal with interval when scrolling from bottom to top.
Disclaimer: The concept of solution was created by AI and you should never copy paste this code before you check the correctness of generated code. Solution might not be complete, you should use this code as an inspiration only.
Latta AI seeks to solve problems in open source projects as part of its mission to support developers around the world. Learn more about our mission at https://latta.ai/ourmission . If you no longer want Latta AI to attempt solving issues on your repository, you can block this account.
Could you please give me the final result of the built file after that modification?
I am using version: 4.0.9
When I use interval: 100 for example and starting the page from bottom, I mean go to the bottom of the page refresh the page the browser will and you at the same scroll value now try to go up to reveal the animation will be revealed from bottom to top, I mean from element index 5 then 4 then 3 then 2 ... instead of 0,1,2,3,4,5, I don't want this behavior.
I tried default options without customize anything except adding interval time and same issue were faced.
Any solution or option to turn off reversed reveal with interval?
The text was updated successfully, but these errors were encountered: