Package io.webfolder.cdp.event.animation
Class AnimationStarted
- java.lang.Object
-
- io.webfolder.cdp.event.animation.AnimationStarted
-
public class AnimationStarted extends Object
Event for animation that has been started
-
-
Constructor Summary
Constructors Constructor Description AnimationStarted()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Animation
getAnimation()
Animation that was started.void
setAnimation(Animation animation)
Animation that was started.
-