Interface AnimationEvent.AnimationEventAnimationEventInitDictType

  • Enclosing class:
    AnimationEvent

    @JsType(isNative=true,
            name="?",
            namespace="<global>")
    public static interface AnimationEvent.AnimationEventAnimationEventInitDictType
    • Method Detail

      • getAnimationName

        @JsProperty
        java.lang.String getAnimationName()
      • getElapsedTime

        @JsProperty
        double getElapsedTime()
      • getPseudoElement

        @JsProperty
        java.lang.String getPseudoElement()
      • setAnimationName

        @JsProperty
        void setAnimationName​(java.lang.String animationName)
      • setElapsedTime

        @JsProperty
        void setElapsedTime​(double elapsedTime)
      • setPseudoElement

        @JsProperty
        void setPseudoElement​(java.lang.String pseudoElement)