ACM-IGDTUW / Open-Source-Challenge

Advaya'20 The Open Source Challenge
8 stars 30 forks source link

Modify Navbar Styling #96

Open tichnas opened 4 years ago

tichnas commented 4 years ago

For #93 Currently, the navbar is completely static which is not very appealing. I suggest we should add some styling to it by shrinking it when a user scrolls down and that too using transition, not abruptly.

lisa761 commented 4 years ago

Great! What transitions would you suggest?

lisa761 commented 4 years ago

Also, edit your description to include For #93 so that this issue can generate a mention for that one.

tichnas commented 4 years ago

Great! What transitions would you suggest?

A simple yet elegant CSS transition with duration ~0.5s which gives a smooth effect when the navbar is shrinking.

lisa761 commented 4 years ago

Great! Are you familiar with how to do that?

tichnas commented 4 years ago

Great! Are you familiar with how to do that?

Yes, I have implemented this before also.