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
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
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