FreeCodeCamp-SLC / utahjs-gatsby

UtahJS is a nonprofit organization dedicated to community and JavaScript
https://utahjs.com
BSD Zero Clause License
5 stars 11 forks source link

improved nav toggle animation #120

Closed zorro1rr closed 3 years ago

zorro1rr commented 3 years ago

We were using display: none; to toggle the nav bar. I changed that to a translateY transition.