Skip to content
Snippets Groups Projects
Commit 352ec7e9 authored by Ivan Kuchin's avatar Ivan Kuchin
Browse files

remotes plugin more natural bindings: tap — next, zoom-out — activate...

remotes plugin more natural bindings: tap — next, zoom-out — activate overview, zoom-in — deactivate overview
parent 247771e1
No related branches found
No related tags found
No related merge requests found
......@@ -28,9 +28,10 @@
.on("swipe-right", function(e){ Reveal.left(); })
.on("swipe-up", function(e){ Reveal.down(); })
.on("swipe-down", function(e){ Reveal.up(); })
.on("tap", function(e){
Reveal.toggleOverview();
});
.on("tap", function(e){ Reveal.next(); })
.on("zoom-out", function(e){ Reveal.toggleOverview(true); })
.on("zoom-in", function(e){ Reveal.toggleOverview(false); })
;
} );
head.js('https://raw.github.com/Remotes/Remotes/master/dist/remotes.ne.min.js');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment