Hacker News new | ask | show | jobs
by hoodoof 2946 days ago
What are you using to make the menus pop and slide?
2 comments

It's all CSS animations timed with transition-delay (but triggered with js adding a "is-active" class).
FYI, there is a strange rendering glitch in current Nightly occurring while scrolling the page with menu opened: https://github.com/webcompat/web-bugs/issues/17016

If you plan to make some radical alterations that could potentially "fix" that bug in near future, could you please freeze current state somewhere until diagnosis finishes?

A quick peek and it appears they're using pure css!