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!
$w('#myElementID').show( ) // <-- without animation
$w('#myElementID').show('fade') // <-- with --> fade <--- animation
$w('#myElementID').show('float') // <-- with --> float <--- animation
@russian-dima sorry for the delayed reply. Thank you for the quick response. However, this is not what I’m talking about. I’m talking about when using the native menu element and the built-in subpages, how can I get an animation for the subpages?
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.