merge in reset of vertical slides when returning to first slide #291
This commit is contained in:
parent
905ec83d53
commit
e46855096c
2 changed files with 9 additions and 8 deletions
|
@ -12,6 +12,7 @@ var Reveal = (function(){
|
||||||
var SLIDES_SELECTOR = '.reveal .slides section',
|
var SLIDES_SELECTOR = '.reveal .slides section',
|
||||||
HORIZONTAL_SLIDES_SELECTOR = '.reveal .slides>section',
|
HORIZONTAL_SLIDES_SELECTOR = '.reveal .slides>section',
|
||||||
VERTICAL_SLIDES_SELECTOR = '.reveal .slides>section.present>section',
|
VERTICAL_SLIDES_SELECTOR = '.reveal .slides>section.present>section',
|
||||||
|
HOME_SLIDE_SELECTOR = '.reveal .slides>section:first-child',
|
||||||
|
|
||||||
// Configurations defaults, can be overridden at initialization time
|
// Configurations defaults, can be overridden at initialization time
|
||||||
config = {
|
config = {
|
||||||
|
|
2
js/reveal.min.js
vendored
2
js/reveal.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue