slideout icon indicating copy to clipboard operation
slideout copied to clipboard

A touch slideout navigation menu for your mobile web apps.

Results 74 slideout issues
Sort by recently updated
recently updated
newest added

When the menu is toggled on mobile the panel can be scrolled left on accident, or purposely. This causes usability issues. if the overflow is just not removable, is there...

Basically, I want the menu to show up at load time, without having to manually do `slideout.open()` after page load. Thanks

Not sure if this is by design or a bug in the library. If this is a bug please consider this PR. Setting 0 values on initialization for padding, tolerance,...

Hi It seems when I give padding a 0, it defaults to 256? Is it my misunderstanding or is it just designed that way? i simply just want the menu...

I'm using tag in my html but if i swipe the iframe content this sildeout is not working.

this was due to the 20px threshold when deciding whether the user intended to drag the panel

Hello, In some cases, we need to use a custom unit instead of px (%, vw, em...). So i've updated the plugin and add the possibility to do so. By...

Current implementation is that menu is static and panel is moved to side to reveal menu by translate3d. However, most menu implementations (tinder, facebook) actually do it in reverse manner,...

new feature

Have discovered if **to install through yarn(npm)** doing `yarn install slideout` the `easing` option not exist instead i used `fx` and it worked. Never saw this `fx` option before, so...

Is it possible to use this without relying on a selector that is listening to an html event? The thing that I am clicking resides within a canvas element, so...