Aaron Steele
1aa66aa469
Add Clojure to highlight.js, add code highlight example to README.
2013-01-21 17:53:39 -08:00
Hakim El Hattab
2f48c27201
specify branch name for travis build status image
2013-01-21 16:27:42 -05:00
Hakim El Hattab
3c9bd1ed2b
fix placement of travis build status in readme
2013-01-21 16:26:16 -05:00
hakimel
c1f14110a1
remove traling whitespace
2013-01-21 16:21:20 -05:00
hakimel
212450a18d
Merge branch 'add-travisci' of https://github.com/nschonni/reveal.js
2013-01-21 16:07:37 -05:00
hakimel
d489ec2f9d
add overviewshown and overviewhidden events ( closes #298 )
2013-01-21 12:45:52 -05:00
hakimel
6a7d0cbcc9
Merge branch 'fade-transition' of https://github.com/joelrbrandt/reveal.js
2013-01-18 15:26:48 -05:00
Rob Schellhorn
1830a0d505
Fixed fragment fade-in/out example
2013-01-18 10:00:33 +01:00
Joel Brandt
082e4ed168
implement a fade transition
2013-01-16 12:49:10 -08:00
Hakim El Hattab
5f2a875ec7
theming docs ( closes #246 , closes #249 )
2013-01-08 19:09:36 -05:00
Hakim El Hattab
38425fc4ff
info about available themes and how to change theme
2013-01-07 09:41:33 -05:00
Nick Schonning
7fd9cfabf2
Add Travis build badge
2012-12-31 00:48:46 -05:00
Hakim El Hattab
242006a499
add rtl option to readme
2012-11-27 08:45:02 -05:00
Hakim El Hattab
b82b56dcce
Merge branch 'master' of github.com:hakimel/reveal.js
2012-11-22 09:10:47 -05:00
Hakim El Hattab
34b36753f5
slide method now accepts fragment index argument #228
2012-11-22 09:10:34 -05:00
Hakim El Hattab
f33969301b
readme tweaks
2012-11-20 07:45:43 -05:00
Hakim El Hattab
c61dc00a98
enforce max width/height on iframes ( #244 ), disabled mouse wheel navigation by default
2012-11-17 15:48:12 -05:00
Dan Dascalescu
dfa98a1138
Document vertical centering breaking backcompat
...
Essentially, slides have variable height now. This is not normally visible, but with transitions that have a non-transparent background, like `cube` or `page`, it is:
http://lab.hakim.se/reveal-js/?transition=cube
Before, slides had a fixed height, which means that presentations designed with that assumption in mind will look very different now.
Another aspect that I bumped into is that I used the slide's height to dynamically size images to fill the remainder of the space from the heading to the footer, like this (stripped to the essence):
bigImage.style.height = section.offsetHeight - bigImage.offsetTop + 'px';
Alternatively, is there an easy way to restore the previous functionality?
2012-11-13 01:47:02 -08:00
Hakim El Hattab
4c8938029d
note about #226 in readme
2012-11-11 19:54:26 -05:00
Hakim El Hattab
4fbec5e87d
add touch based remote controlled plugin
2012-11-11 19:39:05 -05:00
Hakim El Hattab
05499c8b8e
add note about nested fragments
2012-11-11 10:24:48 -05:00
Hakim El Hattab
ce1be451c5
fix typos
2012-11-11 10:05:13 -05:00
Hakim El Hattab
eb011e9f31
Merge branch 'master' of github.com:hakimel/reveal.js
2012-11-11 10:01:18 -05:00
Hakim El Hattab
d6d0f40c5e
add grunt.js build file ( closes #235 )
2012-11-11 10:01:05 -05:00
Dan Dascalescu
4192106469
its->it's in README.md
...
Thanks for the multi-control support!
2012-11-10 17:51:31 -08:00
Hakim El Hattab
dce2d35a63
fix vertical transition for vertically centered slides, vertical centering is now on by default ( #70 )
2012-11-10 15:43:32 -05:00
Hakim El Hattab
c79376dab2
allow multiple control elements, document usage of global controls ( #184 , #204 )
2012-11-10 11:40:19 -05:00
Hakim El Hattab
a13c6b9ca9
overview mode documentation
2012-11-10 10:16:06 -05:00
Hakim El Hattab
794ad86809
corrections to vertical centering ( #70 ), added to docs, upgrade to 2.2
2012-11-10 10:02:19 -05:00
Federico Fissore
6ffa60f5d2
working on #227
2012-11-05 16:38:24 +01:00
Bruno Bord
8ca4954059
Describing how to toggle "overview mode"
2012-10-30 22:31:54 +01:00
Hakim El Hattab
8bd63fe21a
document server-side speaker notes
2012-10-28 20:07:06 -03:00
Hakim El Hattab
605f7140e3
updated markdown references in notes plugin
2012-10-28 18:49:01 -04:00
Michael Kühnel
40c899ec56
Cherry picking from branch fix-fragments-in-speakernotes
...
Change source from reveal.min.js to reveal.js for testing purposes.
Add nextFragment and previousFragment to the API:
Making it possible to call the methods Reveal.nextFragment()
and Reveal.previousFragment() from »outside«.
Update README.md:
Add the new API Methods Reveal.prevFragment() and Reveal.nextFragment()
2012-10-23 21:56:56 +02:00
Hakim El Hattab
c6f8a44edf
new postMessage-based notes plugin, moved node-based notes to notes-server ( #190 )
2012-10-20 20:40:52 -04:00
Hakim El Hattab
c13390354b
explain fragments in readme
2012-10-20 15:20:08 -03:00
Hakim El Hattab
95cf421f01
Merge pull request #194 from mischah/feature-fullscreen
...
Adding info about the fullscreen mode to README.md
2012-10-20 08:23:16 -07:00
Michael Kühnel
f82c13497a
Update README.md
...
Add info about the fullscreen mode
2012-10-19 01:49:02 +02:00
Hakim El Hattab
3a2036e2b2
add 'ready' event ( #182 )
2012-10-17 00:20:42 -04:00
Dan Dascalescu
20858d1f4c
Document zooming feature
2012-10-14 23:15:41 -07:00
Hakim El Hattab
470cabaea8
new shorter api method names ( closes #178 ), restructured and cleaned up core js
2012-10-14 21:02:32 -04:00
Hakim El Hattab
8c23c89883
Merge pull request #173 from Hlynsson/patch-1
...
fixed link for browser support
2012-10-13 09:14:06 -07:00
Hakim El Hattab
6e0d0e279d
roll back attr name change, just lowercase ( #170 )
2012-10-13 12:13:26 -04:00
Hakim El Hattab
421b78aafb
ability to define autoSlide duration per slide
2012-10-13 12:04:33 -04:00
Hakim El Hattab
ed1db1f3c8
Merge branch 'master' of https://github.com/functino/reveal.js
2012-10-13 11:44:54 -04:00
Hakim El Hattab
6619bc62bd
add zoom transition
2012-10-13 10:28:34 -04:00
Hansi
1a163d3450
fixed link for browser support
...
was pointing at changelog
2012-10-12 15:16:46 +02:00
ageier
f6bae66089
Make it possible to customize autoSlide for each slide
2012-10-11 19:18:17 +02:00
Hakim El Hattab
5d7d3e83c5
update re markdown
2012-10-08 10:17:39 -03:00
Hakim El Hattab
25efef8c4f
wrap markdown in script text/template to fix parsing errors ( closes #146 #155 #162 )
2012-10-08 09:15:36 -04:00