Hello
Wix currently has a great “Fade-In” animation option for images.
Do you know how to “Fade-Out” an image?
I have an image on top of a video player—
I think it would be great to fade out the image to reveal “Play Now” button of the video player.
Please take a look: www.viraven.com
Thanks!
Mary
You can pass fade out animation to the .hide() function. E.g.
$w("#myImage").hide("fade", {duration:700});
See documentation here: HiddenMixin - Velo API Reference - Wix.com