Module cdp::animation
[−]
[src]
[Experimental]
Animation
Commands
Animation.enableExperimentalEnables animation domain notifications.
Animation.disableExperimentalDisables animation domain notifications.
Animation.getPlaybackRateExperimentalGets the playback rate of the document timeline.
Animation.setPlaybackRateExperimentalSets the playback rate of the document timeline.
Animation.getCurrentTimeExperimentalReturns the current time of the an animation.
Animation.setPausedExperimentalSets the paused state of a set of animations.
Animation.setTimingExperimentalSets the timing of an animation node.
Animation.seekAnimationsExperimentalSeek a set of animations to a particular time within each animation.
Animation.releaseAnimationsExperimentalReleases a set of animations to no longer be manipulated.
Animation.resolveAnimationExperimentalGets the remote object of the Animation.
Events
Animation.animationCreatedExperimentalEvent for each animation that has been created.
Animation.animationStartedExperimentalEvent for animation that has been started.
Animation.animationCanceledExperimentalEvent for when an animation has been cancelled.
Types
AnimationExperimentalAnimation instance.
AnimationEffectExperimentalAnimationEffect instance
KeyframesRuleExperimentalKeyframes Rule
KeyframeStyleExperimentalKeyframe Style
Structs
| Animation |
[Experimental] Animation instance. |
| AnimationCanceledEvent |
[Experimental] Event for when an animation has been cancelled. |
| AnimationCreatedEvent |
[Experimental] Event for each animation that has been created. |
| AnimationEffect |
[Experimental] AnimationEffect instance |
| AnimationStartedEvent |
[Experimental] Event for animation that has been started. |
| DisableCommand |
[Experimental] Disables animation domain notifications. |
| DisableResponse |
[Experimental] Disables animation domain notifications. |
| EnableCommand |
[Experimental] Enables animation domain notifications. |
| EnableResponse |
[Experimental] Enables animation domain notifications. |
| GetCurrentTimeCommand |
[Experimental] Returns the current time of the an animation. |
| GetCurrentTimeResponse |
[Experimental] Returns the current time of the an animation. |
| GetPlaybackRateCommand |
[Experimental] Gets the playback rate of the document timeline. |
| GetPlaybackRateResponse |
[Experimental] Gets the playback rate of the document timeline. |
| KeyframeStyle |
[Experimental] Keyframe Style |
| KeyframesRule |
[Experimental] Keyframes Rule |
| ReleaseAnimationsCommand |
[Experimental] Releases a set of animations to no longer be manipulated. |
| ReleaseAnimationsResponse |
[Experimental] Releases a set of animations to no longer be manipulated. |
| ResolveAnimationCommand |
[Experimental] Gets the remote object of the Animation. |
| ResolveAnimationResponse |
[Experimental] Gets the remote object of the Animation. |
| SeekAnimationsCommand |
[Experimental] Seek a set of animations to a particular time within each animation. |
| SeekAnimationsResponse |
[Experimental] Seek a set of animations to a particular time within each animation. |
| SetPausedCommand |
[Experimental] Sets the paused state of a set of animations. |
| SetPausedResponse |
[Experimental] Sets the paused state of a set of animations. |
| SetPlaybackRateCommand |
[Experimental] Sets the playback rate of the document timeline. |
| SetPlaybackRateResponse |
[Experimental] Sets the playback rate of the document timeline. |
| SetTimingCommand |
[Experimental] Sets the timing of an animation node. |
| SetTimingResponse |
[Experimental] Sets the timing of an animation node. |
Enums
| AnimationType |
[Experimental] |