mirror of
https://github.com/astefanutti/decktape.git
synced 2024-12-03 02:03:33 +03:00
Increase delay before configuring Reveal.js in RISE plugin
This commit is contained in:
parent
a768e10e25
commit
4d68a0afa4
@ -28,12 +28,12 @@ RISE.prototype = {
|
||||
controls: false,
|
||||
progress: false,
|
||||
// FIXME: 0 is still displayed when slideNumber is set to false!
|
||||
// slideNumber:false,
|
||||
fragments:false
|
||||
// slideNumber: false,
|
||||
fragments: false
|
||||
});
|
||||
});
|
||||
resolve();
|
||||
}, 1000);
|
||||
}, 2000);
|
||||
});
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user