Site logo

Archived topic

Request: Sticky Animated Resizing Header On Scroll

26 replies · Started by Bard on April 14, 2015

Viewing posts 16–27 of 27

Cheers Tom...

However I am well versed in adding CSS :-) heh..

I'm trying to get my head around implementing:
http://callmenick.com/post/animated-resizing-header-on-scroll

It's something I have been wanting to do in GeneratePress since I first tried it.

I'm after the shrinking logo animation with shrinking menu bar sticky effect as was done on thinkbigatsquareone.com

Can you help with that at all? :-)

Cheers,

Brett

I would love to see this 'Sticky Animated Resizing Header On Scroll' as an option in the customizer. I think it would make it a lot easier to implement for a lot of people (including me).

thanks, but i'll wait....

Heya Tom...

Thanks!
Look forward to seeing this introduced in the future...

For now tho...

I've got the basics ready

Can you help from there?

Cheers,

Brett

Can you set the transition to "None"?

Done :-)

Throw this CSS in there:

.main-navigation .main-nav ul li a, 
.menu-toggle, 
.main-navigation .mobile-bar-items a,
.navigation-logo img {
    transition: line-height 200ms ease-in-out, height 200ms ease-in-out;
}

.main-navigation.navigation-stick .main-nav > ul > li > a, 
.navigation-stick .menu-toggle, 
.main-navigation.navigation-stick .mobile-bar-items a {
    line-height: 60px;
}

.navigation-stick .navigation-logo img {
    height: 40px;
}

Cheers Tom!

That's the kiddie..!!

Although it creates one tiny issue..

Check the menu - and then when you scroll check it again.
It adds extra line spacing...

EDIT: I mean the sub menus!

:-)

Brett

AWESOMENESS!!

Thanks Tom...

The old > eh!

Many thanks.. It's really appreciated..

:-)

Brett

Glad I could help! :)

This archived topic is closed to new replies.