Commit Graph

828 Commits

Author SHA1 Message Date
Rory Hardy
1d895bad61 Docs and updates
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-06 00:11:58 -05:00
Rory Hardy
36a4f56f62 Minor updates
modified:   css/reveal.min.css
modified:   plugin/leap/leap.js
2013-08-05 23:36:07 -05:00
Rory Hardy
32865b43f8 Put the timing code back in.
Occasionally gestures were fired twice. This helps prevent that.
modified:   plugin/leap/leap.js
2013-08-05 22:49:39 -05:00
Rory Hardy
dbcbc7aa69 Added pointer and tweaked the code
modified:   css/reveal.css
modified:   css/reveal.min.css
modified:   plugin/leap/leap.js
2013-08-05 22:41:04 -05:00
Rory Hardy
a06c84e42a Removed timing code.
When used correctly, the 1/2 second delay is uncessary and may yield undesireable results.
modified:   plugin/leap/leap.js
2013-08-05 12:43:07 -05:00
Rory Hardy
0e7bc4091e Minor updates
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-04 20:27:47 -05:00
Rory Hardy
70cade3732 Updates to leap.js and index.html
Added timing code to limit gesture calls.
Added gesture to access the overview.
index.html includes the leap plugin
2013-08-04 20:22:34 -05:00
sun16
af5acd1aa2 Added gestures
Left, right, up, and down gestures.
Optional invert for gestures.
2013-08-03 22:36:11 -05:00
Rory Hardy
b2980a705b Added leap.min.js and comments. 2013-08-03 22:33:31 -05:00
Hakim El Hattab
7d19b4f7ce update changelog links 2013-07-02 18:42:37 -04:00
Hakim El Hattab
ed0af87abd update url to setup instructions (closes #520) 2013-07-01 10:26:27 -04:00
Hakim El Hattab
b292c6f3f4 add barebones example 2013-06-29 21:48:56 -04:00
Hakim El Hattab
01e5a54bb6 test > examples 2013-06-29 21:42:15 -04:00
Hakim El Hattab
f1234e51e1 Merge branch 'fix-notes-after-pr-435' of https://github.com/ericweikl/reveal.js 2013-06-29 21:36:35 -04:00
Hakim El Hattab
f0e63c8e75 additional background test 2013-06-29 21:36:11 -04:00
Hakim El Hattab
5a400dc678 Merge pull request #517 from punchFaceChamp/patch-2
Updated README.md
2013-06-29 18:32:26 -07:00
Shammel Lee
668f144f38 Updated README.md
Added "touch" config property
2013-06-28 16:08:40 -04:00
Hakim El Hattab
37c9246a6e default lineheight #512 2013-06-26 18:20:21 -04:00
Hakim El Hattab
235c78a5c8 pdf print tweak 2013-06-23 10:02:16 -04:00
Hakim El Hattab
c065705128 background image tweaks 2013-06-22 19:23:44 -04:00
Hakim El Hattab
c9b179fd85 pdf hacks 2013-06-22 09:47:29 -04:00
Hakim El Hattab
bfbeac7a79 removes the extra blank page that was printed with pdf #458 2013-06-21 22:02:06 -04:00
Hakim El Hattab
e51c0fc3ce broader image url detect (closes #500) 2013-06-20 16:46:26 -04:00
Hakim El Hattab
7e8ee5340e update phanomjs pdf printing to work with latest pdf css 2013-06-18 21:55:23 -04:00
Hakim El Hattab
789a196e8f Merge branch 'master' of github.com:hakimel/reveal.js 2013-06-18 20:22:19 -04:00
Hakim El Hattab
922b0037cd adjust background image url detection #453 2013-06-18 20:22:08 -04:00
Eric Weikl
46dd9dd817 Create a single fragment event per fragment-index
For backward-compatibility, add a new 'fragments' property to the
fragmentshown and fragmenthidden events. The 'fragment' property still
returns the first fragment.
2013-06-18 18:33:03 +02:00
Hakim El Hattab
8aede28699 readme restructure, add keyboard section 2013-06-18 10:22:47 -03:00
Hakim El Hattab
2dce8db491 readme update 2013-06-18 10:09:19 -03:00
Hakim El Hattab
ed81faa467 Merge branch 'master' of github.com:hakimel/reveal.js into dev 2013-06-18 09:01:51 -04:00
Hakim El Hattab
4bc16ff5b6 transition override examples in default contents 2013-06-18 08:53:15 -04:00
Hakim El Hattab
c3da106363 rename 'linear' background transition to 'slide' 2013-06-18 08:40:05 -04:00
Hakim El Hattab
eb5b39e685 support for background transition overrides 2013-06-18 08:37:06 -04:00
Hakim El Hattab
b0b6c75629 mouse wheel tweaks (closes #454) 2013-06-16 19:55:58 -04:00
Hakim El Hattab
b6e3568f52 minify js for #493 2013-06-16 19:36:23 -04:00
Hakim El Hattab
4fde6124e6 merge navigate prev fix #493 2013-06-16 19:33:57 -04:00
Hakim El Hattab
516b1fc794 readme typo (closes #495) 2013-06-16 19:29:12 -04:00
Rick Lupton
d355a04061 Fix jshint test 2013-06-16 22:25:37 +01:00
Hakim El Hattab
56595d65cf keyboard config object support #405 2013-06-16 11:49:51 -04:00
Rick Lupton
510839ab04 Fix navigatePrev() past beginning of stack: fixes issue #463.#463.#463.
Previously navigatePrev() was changing indexh and indexv; instead should
call slide(h, v) and let it change indexh and indexv.
2013-06-14 15:12:56 +01:00
Hakim El Hattab
a9dce74e24 recompile themes #488 2013-06-13 21:31:56 -04:00
Hakim El Hattab
e8f42736ff Merge branch 'master' of https://github.com/OwenVersteeg/reveal.js 2013-06-13 21:30:58 -04:00
Owen Versteeg
cc133679be Fix links so they aren't cut off (in SCSS) 2013-06-13 20:48:20 -03:00
Owen Versteeg
c5408f37da Fix links so they aren't cut off (in SCSS) 2013-06-13 19:42:19 -04:00
Owen Versteeg
6acfcad2f4 correct links in sky theme
They looked a little wonky if you used a G or a Y.
2013-06-10 20:47:12 -03:00
Hakim El Hattab
30a0e67340 Merge pull request #487 from OwenVersteeg/master
update serif (controls, attribution URL, and fix <a> elements)
2013-06-10 16:35:59 -07:00
Owen Versteeg
2990909cc4 update serif (change controls, fix links, change url)
The Serif theme was a little flaky previously
2013-06-10 20:32:34 -03:00
Hakim El Hattab
7094f44eb9 merge conflicts w preview & backgrounds 2013-06-10 16:53:41 -04:00
Hakim El Hattab
424f8ee961 additional background test 2013-06-10 22:34:51 +02:00
Hakim El Hattab
c3b91560c7 match background and transition slide transition easing equations 2013-06-10 08:59:58 +02:00