summaryrefslogtreecommitdiffhomepage
path: root/plugin/leap
AgeCommit message (Collapse)Author
2015-06-15Removed leap motion plugin from main projectRC028552
2014-03-05fixed two minor bugs, a twohanded gesture may not have a direction, and if ↵Gijs Koot
autoCenter is of, the tipPosition was in the wrong scope
2013-08-11move leap styles to js #554Hakim El Hattab
2013-08-07Minor updateRory Hardy
Made sure all vars are declared with the var keyword. modified: plugin/leap/leap.js
2013-08-07Removed redundant codeRory Hardy
modified: plugin/leap/leap.js
2013-08-07Various updatesRory Hardy
Enhanced the pointer. Cleaned up the code. Added additional optional parameters. Updated documentation. modified: README.md modified: index.html modified: plugin/leap/leap.js
2013-08-06Docs and updatesRory Hardy
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
2013-08-05Minor updatesRory Hardy
modified: css/reveal.min.css modified: plugin/leap/leap.js
2013-08-05Put the timing code back in.Rory Hardy
Occasionally gestures were fired twice. This helps prevent that. modified: plugin/leap/leap.js
2013-08-05Added pointer and tweaked the codeRory Hardy
modified: css/reveal.css modified: css/reveal.min.css modified: plugin/leap/leap.js
2013-08-05Removed timing code.Rory Hardy
When used correctly, the 1/2 second delay is uncessary and may yield undesireable results. modified: plugin/leap/leap.js
2013-08-04Minor updatesRory Hardy
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
2013-08-04Updates to leap.js and index.htmlRory Hardy
Added timing code to limit gesture calls. Added gesture to access the overview. index.html includes the leap plugin
2013-08-03Added gesturessun16
Left, right, up, and down gestures. Optional invert for gestures.
2013-08-03Added leap.min.js and comments.Rory Hardy