A Library for creating beautiful mobile shelfs in Javascript (Facebook and Path style side menus)
Stars
6.0k
Forks
650
Watchers
6.0k
Open Issues
154
Overall repository health assessment
No package.json found
This might not be a Node.js project
92
commits
3
commits
3
commits
2
commits
1
commits
1
commits
1
commits
1
commits
1
commits
1
commits
Bug fix hasTouch check. Not possible do use document.ontouchstart === null check, because this does not work if ontouchstart method is used to catch touches on document. Added proper check for "ontouchtart" method.
3e123b2View on GitHubUndo previous commit. Real issue was in the utils.klass.remove function. If other code adds additional classes *after* the snapjs-left or snapjs-right, remove will no longer work (or if the order changes and there happens to no longer be a space before the name).
a467256View on GitHubEnsure css classes for left and right have been removed. Changing the orientation when the menu is open causes the class to remain even though the menu is closed.
3ed9743View on GitHubAdded new snap.js events: close, open, expandLeft, expandRight, enabled, and disabled. Updated README to reflect this change.
5f45a04View on GitHub