issues
search
rubynz
/
kiwi-ruby-2017
The conference website for Kiwi Ruby 2017
https://2017-kiwi.ruby.nz
MIT License
2
stars
2
forks
source link
Remove dependency on jQuery and refactor mobile menu
#49
Closed
ndorfin
closed
7 years ago
ndorfin
commented
7 years ago
This PR:
Remove jQuery.
Refactor mobile nav script.
Move public script to end of doc.
Use native accessibility for the menu toggle by switching to an anchor for the mobile menu trigger.
Emulate the current animation by using scale transitions from the top left.
Before
After
ndorfin
commented
7 years ago
Typos fixed @mermop 🙈
parndt
commented
7 years ago
Thanks @ndorfin 👍
This PR: