Release v1.0.0
Features:
- Add an attribute called
data-slideout-ignore
to disable dragging on some elements (maybe for a photo slider, carousel google map, iframes, etc). - Add classnames dynamically:
.slideout-menu-left
and.slideout-panel-left
or.slideout-menu-right
and.slideout-panel-right
. - Use
classList
instead of regexp. - Use
overflow-y: scroll;
on.slideout-menu
.