Hello,
I wanted to create this effect in the link where the video fade out when you scroll down and fade in when you scroll up.
How do I achieve this? Many thanks!
Hello,
I wanted to create this effect in the link where the video fade out when you scroll down and fade in when you scroll up.
How do I achieve this? Many thanks!
You can easily do something similar to that with the use of onViewportEnter and the onViewportLeave event handler functions.
https://www.wix.com/corvid/reference/$w.ViewportMixin.html
Along with Effect Options.
https://www.wix.com/corvid/reference/$w.EffectOptions.html
Thanks! Will try that out.