Package io.webfolder.cdp.type.animation
Class Animation
java.lang.Object
io.webfolder.cdp.type.animation.Animation
Animation instance.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCssId()
A unique ID for Animation representing the sources that triggered this CSS animation/transition.Animation's current time.getId()
Animation's id.getName()
Animation's name.Animation's playback rate.Animation's play state.Animation's source animation node.Animation's start time.getType()
Animation type of Animation.Animation's internal paused state.void
A unique ID for Animation representing the sources that triggered this CSS animation/transition.void
setCurrentTime
(Double currentTime) Animation's current time.void
Animation's id.void
Animation's name.void
setPausedState
(Boolean pausedState) Animation's internal paused state.void
setPlaybackRate
(Double playbackRate) Animation's playback rate.void
setPlayState
(String playState) Animation's play state.void
setSource
(AnimationEffect source) Animation's source animation node.void
setStartTime
(Double startTime) Animation's start time.void
setType
(AnimationType type) Animation type of Animation.toString()
-
Constructor Details
-
Animation
public Animation()
-
-
Method Details
-
getId
Animation's id. -
setId
Animation's id. -
getName
Animation's name. -
setName
Animation's name. -
isPausedState
Animation's internal paused state. -
setPausedState
Animation's internal paused state. -
getPlayState
Animation's play state. -
setPlayState
Animation's play state. -
getPlaybackRate
Animation's playback rate. -
setPlaybackRate
Animation's playback rate. -
getStartTime
Animation's start time. -
setStartTime
Animation's start time. -
getCurrentTime
Animation's current time. -
setCurrentTime
Animation's current time. -
getType
Animation type of Animation. -
setType
Animation type of Animation. -
getSource
Animation's source animation node. -
setSource
Animation's source animation node. -
getCssId
A unique ID for Animation representing the sources that triggered this CSS animation/transition. -
setCssId
A unique ID for Animation representing the sources that triggered this CSS animation/transition. -
toString
-