Interface CSSProperties.AnimationUnionType

Enclosing class:
CSSProperties

@JsType(isNative=true, name="?", namespace="<global>") public static interface CSSProperties.AnimationUnionType
  • Method Details

    • of

      @JsOverlay static CSSProperties.AnimationUnionType of(Object o)
    • asDouble

      @JsOverlay default double asDouble()
    • asString

      @JsOverlay default String asString()
    • isDouble

      @JsOverlay default boolean isDouble()
    • isString

      @JsOverlay default boolean isString()