
jsMain.web.animations.FillMode.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
@file:Suppress(
"NAME_CONTAINS_ILLEGAL_CHARS",
)
package web.animations
// language=JavaScript
@JsName("""(/*union*/{auto: 'auto', backwards: 'backwards', both: 'both', forwards: 'forwards', none: 'none'}/*union*/)""")
external enum class FillMode {
auto,
backwards,
both,
forwards,
none,
;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy