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

js.web.webanimations.KeyframeAnimationOptions Maven / Gradle / Ivy

package js.web.webanimations;


import org.teavm.jso.JSProperty;

import javax.annotation.Nullable;


public interface KeyframeAnimationOptions extends KeyframeEffectOptions {
    @JSProperty
    @Nullable
    String getId();

    @JSProperty
    void setId(String id);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy