aboutsummaryrefslogtreecommitdiff
path: root/plugin/leap
Commit message (Collapse)AuthorAge
* fixed two minor bugs, a twohanded gesture may not have a direction, and if ↵Gijs Koot2014-03-05
| | | | autoCenter is of, the tipPosition was in the wrong scope
* move leap styles to js #554Hakim El Hattab2013-08-11
|
* Minor updateRory Hardy2013-08-07
| | | | | Made sure all vars are declared with the var keyword. modified: plugin/leap/leap.js
* Removed redundant codeRory Hardy2013-08-07
| | | | modified: plugin/leap/leap.js
* Various updatesRory Hardy2013-08-07
| | | | | | | | | | | Enhanced the pointer. Cleaned up the code. Added additional optional parameters. Updated documentation. modified: README.md modified: index.html modified: plugin/leap/leap.js
* Docs and updatesRory Hardy2013-08-06
| | | | | | | | | | Updated README.md to mention the leap plugin. Removed leap settings from index.html. Better variable naming in leap.js modified: README.md modified: index.html modified: plugin/leap/leap.js
* Minor updatesRory Hardy2013-08-05
| | | | | modified: css/reveal.min.css modified: plugin/leap/leap.js
* Put the timing code back in.Rory Hardy2013-08-05
| | | | | Occasionally gestures were fired twice. This helps prevent that. modified: plugin/leap/leap.js
* Added pointer and tweaked the codeRory Hardy2013-08-05
| | | | | | modified: css/reveal.css modified: css/reveal.min.css modified: plugin/leap/leap.js
* Removed timing code.Rory Hardy2013-08-05
| | | | | When used correctly, the 1/2 second delay is uncessary and may yield undesireable results. modified: plugin/leap/leap.js
* Minor updatesRory Hardy2013-08-04
| | | | | | | | Changed invert to naturalSwipe Removed invert rule from index.html Ensured that left/right swipes only work with 1 hand present modified: index.html modified: plugin/leap/leap.js
* Updates to leap.js and index.htmlRory Hardy2013-08-04
| | | | | | Added timing code to limit gesture calls. Added gesture to access the overview. index.html includes the leap plugin
* Added gesturessun162013-08-03
| | | | Left, right, up, and down gestures. Optional invert for gestures.
* Added leap.min.js and comments.Rory Hardy2013-08-03