Hi Experts,
Happy Friday.
Can anyone help me with the code or send me the coded needed to add to Wix site to animate items based on the scroll of the user? Thank you. Howard
There’s currently no scroll event listener, but you can create some approximate behavior using one of the following:
https://www.wix.com/corvid/reference/wix-window.html#getBoundingRect
https://www.wix.com/corvid/reference/$w.ViewportMixin.html
Thanks David.