All Downloads are FREE. Search and download functionalities are using the official Maven repository.

def.dom.AnimationEvent Maven / Gradle / Ivy

The newest version!
package def.dom;

public class AnimationEvent extends Event {
    public java.lang.String animationName;
    public double elapsedTime;
    native public void initAnimationEvent(java.lang.String typeArg, java.lang.Boolean canBubbleArg, java.lang.Boolean cancelableArg, java.lang.String animationNameArg, double elapsedTimeArg);
    public static AnimationEvent prototype;
    public AnimationEvent(){}
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy