SuperSlide.js icon indicating copy to clipboard operation
SuperSlide.js copied to clipboard

A flexible, smooth, GPU accelerated sliding menu for your next PWA

Results 10 SuperSlide.js issues
Sort by recently updated
recently updated
newest added

Good afternoon, I use your script with ion.rangeSlider http://ionden.com/a/plugins/ion.rangeSlider/ Because of this, there is a conflict in motion. Tell me, can I pause and start the slide animation? [Imgur](https://imgur.com/TX8OgRC)

Is there an option by which if it is desktop the menus will be fixed on the left (or the given position)

enhancement

Added a simple function that returns the percent completion so that developers can do things relative to the total completion (such as fading in an overlay as the user drags).

If someone sets `slideContent` to false, the `content` property should not be a required parameter, since SuperSlide isn't interacting with the content in that circumstance. Currently if `slideContent` is `false`,...

Instead of having to manually compress superslide-std.js, you can just run `npm run-script build` and it'll output the minified version.

I've found the following seems to work well for me for this script: ```sh uglifyjs superslide-std.js -c -m -o superslide-std.min.js ```

Looks like some leftover debugging code got left in the `.toggle()` function, this removes it.

Looks like leftover debugging stuff, I can submit a pull request for it.

Tested in Firefox and Chrome, the content is still interactable with this option set to false.

On most Andorid and iOS apps, when you open a menu, the viewport gets covered by a black overlay at 50% opacity. As you swipe, the overlay starts at 0%...