Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1346001

    Hi Enfold-Team,
    for a clean entrance to my site I choosed in the settings for the menue, that it has to appear after scroling the site, which works fine.

    But – is it possible to edit the speed of the menue appearing, I mean the speed of pulling down? I want to slow down that moving a little bit – and If this possible as well – set the moment of appearance a little later.
    Do I have a chance to edit this?

    Best regards
    Grobi

    #1346160

    Hey Grobi,
    Thank you for the link to your site, I believe that you mean the speed that the header drops down into view, please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    #top .av_header_scrolldown{
    -webkit-transition: opacity 1.9s ease-out, margin 1.9s ease-out!important;
    transition: opacity 1.9s ease-out, margin 1.9s ease-out!important;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1346302

    Hey Mike,
    nice to hear from you!!!

    Yes, I meant that – and it works exactly like I wanted it. Thank you!

    But please can you tell me: when I understand the code right, than it just controls the speed of the dropdown. Right?
    And with a slower speed the time of appearance is automatically later.
    If I would need an earlier appearance time – with the same slowness of the dropdown (1,9s) – this code wouldn’t do it. Is true what I think? (just for my understanding otherwise it’s perfect for me).

    Best regards
    Grobi

    #1346312

    Hi,
    Glad to hear, the original time was 0.6s, so this 1.9s makes it slower, the higher the number the slower it should be.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.