Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1345659

    Hello.

    I want the submenue to appear with a small animation.
    Either it slowly fades in and out, or it moves down from behind the main menu and slightly moves to its final place.

    I already tried to change the avia.js and replaced the code at 1226 from “fast” to “slow”, or i tried a big number.
    But nothing changes.

    But i would prefer the animation anyway. Perhaps you can help me.

    Cheers
    Monika

    #1345700

    Hey Monika,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    .av-main-nav ul {
      -webkit-transition: all 1s ease-out;
      transition: all 1s ease-out;
    }
    

    Best regards,
    Yigit

    #1345883

    Thank You Yigit,

    sadyl it does not work.
    I copied this css in the customized Css and it did not change.

    cheers
    Monika

    #1345963

    Hi,

    Thank you for the update.

    The css seems to be working correctly when we checked the site. Please make sure to purge the cache, and toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.

    Best regards,
    Ismael

    #1349213

    ok great thank you

    #1349324

    Hi,

    No problem. Please feel free to open another thread if you have more questions about the theme. We will close this thread for the meantime.

    Have a nice day.

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Submenu animation’ is closed to new replies.