isSliding > isAutoSliding
parent
5226321885
commit
137ddf5472
|
@ -1469,7 +1469,7 @@ var Reveal = (function(){
|
||||||
/**
|
/**
|
||||||
* Checks if the auto slide mode is currently on.
|
* Checks if the auto slide mode is currently on.
|
||||||
*/
|
*/
|
||||||
function isSliding() {
|
function isAutoSliding() {
|
||||||
|
|
||||||
return !autoSlidePaused;
|
return !autoSlidePaused;
|
||||||
|
|
||||||
|
@ -3340,7 +3340,7 @@ var Reveal = (function(){
|
||||||
// State checks
|
// State checks
|
||||||
isOverview: isOverview,
|
isOverview: isOverview,
|
||||||
isPaused: isPaused,
|
isPaused: isPaused,
|
||||||
isSliding: isSliding,
|
isAutoSliding: isAutoSliding,
|
||||||
|
|
||||||
// Adds or removes all internal event listeners (such as keyboard)
|
// Adds or removes all internal event listeners (such as keyboard)
|
||||||
addEventListeners: addEventListeners,
|
addEventListeners: addEventListeners,
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue