
main.web.animations.AnimationPlayState.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
@file:Suppress(
"NAME_CONTAINS_ILLEGAL_CHARS",
)
package web.animations
// language=JavaScript
@JsName("""(/*union*/{finished: 'finished', idle: 'idle', paused: 'paused', running: 'running'}/*union*/)""")
external enum class AnimationPlayState {
finished,
idle,
paused,
running,
;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy