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

def.dom.TransitionEvent Maven / Gradle / Ivy

The newest version!
package def.dom;

public class TransitionEvent extends Event {
    public double elapsedTime;
    public java.lang.String propertyName;
    native public void initTransitionEvent(java.lang.String typeArg, java.lang.Boolean canBubbleArg, java.lang.Boolean cancelableArg, java.lang.String propertyNameArg, double elapsedTimeArg);
    public static TransitionEvent prototype;
    public TransitionEvent(){}
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy