Hi,
I was wondering how to create animations to make it more smooth when the submenu is revealed. This could either be natively or with Velo. Please refer to the short clip below for more clarity on what I mean.
On that website, as you can see, when you hover over the menu item, the subpage menu smoothly fades in, and then smoothly fades out on hover out. How can I replicate this on Wix?
Thanks!
You already said it --> built in elements are in most cases not very flexible and customizable. If you do not have the built-in options, then IT's probably not possible.
What you can do, is to create your own animated menu.
$w('#myElementID').show( ) // <-- without animation $w('#myElementID').show('fade') // <-- with --> fade <--- animation $w('#myElementID').show('float') // <-- with --> float <--- animation