Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1302399

    Dear support,
    is there a way to change the animation speed of the shrinking header? So that it will become smaller a little slower while scrolling?
    Thanks for any help!

    #1302443

    it correlates with scroll speed – so no animation / transition speed here.
    Slower scrolling is the solution

    or if you like this – maybe it is a satisfiing solution for you:

    #top #header,
    #top .av-logo-container ,
    #top #header .av-main-nav > li > a,
    .logo a, 
    .logo a img {
      transition: all 3s ease !important;
    }
    #1302564

    Thank you so much Guenni007!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Shrinking header animation speed’ is closed to new replies.