0
Can someone teach me how to make a nav bar like here(the nav bar of SoloLearn app). Ty
1 Respuesta
+ 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.