mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-14 16:35:07 +01:00
move progress bar to new module
This commit is contained in:
parent
c50ec00419
commit
6ff4e9306c
6 changed files with 125 additions and 63 deletions
13
js/controllers/controls.js
vendored
13
js/controllers/controls.js
vendored
|
|
@ -1,8 +1,17 @@
|
|||
import { toArray } from '../utils/util.js'
|
||||
import { isMobile, isAndroid } from '../utils/device.js'
|
||||
import { isAndroid } from '../utils/device.js'
|
||||
|
||||
/**
|
||||
*
|
||||
* Manages our presentation controls. This includes both
|
||||
* the built-in control arrows as well as event monitoring
|
||||
* of any elements within the presentation with either of the
|
||||
* following helper classes:
|
||||
* - .navigate-up
|
||||
* - .navigate-right
|
||||
* - .navigate-down
|
||||
* - .navigate-left
|
||||
* - .navigate-next
|
||||
* - .navigate-prev
|
||||
*/
|
||||
export default class Controls {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue