cscmesa / website

CSC Club Website
https://cscmesa.com
0 stars 2 forks source link

Add nav bar shrink animation #10

Open devonrojas opened 6 years ago

ztbolick commented 6 years ago

How shrunk do you want the menu bar. Are we talking like super tiny? I could add some padding to it and then remove it on scroll to give the illusion of shrinkage.

cscmesa commented 6 years ago

Not super small, if you look at the height value below for the brand element of the navbar, it's set at 60. You probably could shrink it to a height of 30 or 40. If a padding transition looks good with it, you can include that. Thanks!

<a class="navbar-brand my-2 pl-5 h3" href="#">
        <img src="/static/logo.svg" alt="" height="60">
</a>