1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-05 14:17:56 +02:00
This commit is contained in:
Hakim El Hattab
2020-03-09 16:01:50 +01:00
parent d42d88dae4
commit bdedc56d6f
2 changed files with 8 additions and 0 deletions

View File

@@ -1,5 +1,9 @@
import { extend, toArray, createStyleSheet } from '../utils/util.js'
/**
* Automatically animates matching elements across
* slides with the [data-auto-animate] attribute.
*/
export default class AutoAnimate {
constructor( Reveal ) {