If you compose an array of like thousands of Javascript objects you may set it to null to clear memory:
[[ARRAY]] = null;Or use the "Set variable" action with a null expression.
So i want to be able to scroll from the top of the page to the bottom of the page as naturally as possible but if i use something like scroll [45,999999] it zoooms to the end of the page super fast and doest really look natural or trigger the lazyload css on some pages.
i also tried scroll to element >CSS> footer but that too moves wayyyy to fast
Is there a better way to make sure the page scrolls naturally to the bottom so that lazy load can trigger the target elements to appear?