Can someone teach me how to make a nav bar like here(the nav bar of SoloLearn app). Ty | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can someone teach me how to make a nav bar like here(the nav bar of SoloLearn app). Ty

27th Nov 2019, 6:14 PM
Johnny Deguzman
Johnny Deguzman - avatar
1 Answer
+ 2
Create a menu using an undefined list with links, add an appearance animation with the last state saved, give a menu class for the appearance. Create a class to hide the menu, add a hide class to the menu. Add a button, hang a JavaScript event on it when you click, a class is added to appear and a class is deleted to hide. In open form, when clicked, the appearance class is deleted and a class is added to hide it.
27th Nov 2019, 6:53 PM
Anna/Аня
Anna/Аня - avatar