1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-07-29 10:50:21 +02:00

break autoanimate and loading of slide content into separate controllers

This commit is contained in:
Hakim El Hattab
2020-03-09 14:44:57 +01:00
parent ddd13ee9cf
commit d42d88dae4
6 changed files with 1004 additions and 974 deletions

View File

@@ -7,8 +7,8 @@ export default class Plugins {
constructor() {
// Flags our current state (pending -> loading -> loaded)
this.state = 'pending';
// Flags our current state (idle -> loading -> loaded)
this.state = 'idle';
// An id:instance map of currently registed plugins
this.registeredPlugins = {};