jakiestfu / Snap.js

A Library for creating beautiful mobile shelfs in Javascript (Facebook and Path style side menus)
http://jakiestfu.github.io/Snap.js/
5.99k stars 666 forks source link

Make 'open' and 'close' events more intuitive #252

Open ebradbury opened 9 years ago

ebradbury commented 9 years ago

This PR fires events at more intuitive times, regardless of how you open or close the menu (drag, toggle, etc.)

No matter how you open or close the menu, easeCallback gets called. So we can determine the menu's state in there and fire the correct event. Simplified.