readme update
This commit is contained in:
parent
54e59d02d4
commit
04a2337041
|
@ -175,6 +175,7 @@ You can change the appearance of the speaker notes by editing the file at `plugi
|
||||||
- Bumped up default font-size for code samples
|
- Bumped up default font-size for code samples
|
||||||
- Added beige theme
|
- Added beige theme
|
||||||
- Added 'autoSlide' config
|
- Added 'autoSlide' config
|
||||||
|
- Bug fix: The 'slidechanged' event is now firing upon 'hashchange'. Thanks [basecode](https://github.com/basecode)
|
||||||
|
|
||||||
#### 1.3
|
#### 1.3
|
||||||
- Revised keyboard shortcuts, including ESC for overview, N for next, P for previous. Thanks [mahemoff](https://github.com/mahemoff)
|
- Revised keyboard shortcuts, including ESC for overview, N for next, P for previous. Thanks [mahemoff](https://github.com/mahemoff)
|
||||||
|
|
|
@ -285,7 +285,7 @@ function linkify( selector ) {
|
||||||
controls: true,
|
controls: true,
|
||||||
progress: true,
|
progress: true,
|
||||||
history: true,
|
history: true,
|
||||||
|
|
||||||
theme: query.theme || 'default', // default/neon/beige
|
theme: query.theme || 'default', // default/neon/beige
|
||||||
transition: query.transition || 'default' // default/cube/page/concave/linear(2d)
|
transition: query.transition || 'default' // default/cube/page/concave/linear(2d)
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue