0
What is the best way to create a fold menu?
How to create a simple, space-saving menu for a smartphone layout website which unfolds on clicking to show the navigation?
2 Réponses
+ 5
With CSS and JavaScript will do the job.
https://code.sololearn.com/WsoA0dqf1tQS/?ref=app
+ 1
why to do it with svg animation , simply use JavaScript and CSS . You can even use some frameworks like jquery or bootstrap or angular js.
For example see how I did it here :
https://code.sololearn.com/WViGlJaze6iY/?ref=app
or this :
https://code.sololearn.com/Wz5k4NeIDie0/?ref=app