package animation

Import Path
	github.com/chromedp/cdproto/animation (on go.dev)

Dependency Relation
	imports 8 packages, and imported by one package

Involved Source Files Package animation provides the Chrome DevTools Protocol commands, types, and events for the Animation domain. Generated by the cdproto-gen command. easyjson.go events.go types.go
Package-Level Type Names (total 21)
/* sort by: | */
Animation animation instance. See: https://chromedevtools.github.io/devtools-protocol/tot/Animation#type-Animation // A unique ID for Animation representing the sources that triggered this CSS animation/transition. // Animation's current time. // Animation's id. // Animation's name. // Animation's internal paused state. // Animation's play state. // Animation's playback rate. // Animation's source animation node. // Animation's start time. // Animation type of Animation. MarshalEasyJSON supports easyjson.Marshaler interface MarshalJSON supports json.Marshaler interface UnmarshalEasyJSON supports easyjson.Unmarshaler interface UnmarshalJSON supports json.Unmarshaler interface Animation : github.com/goccy/go-json.Marshaler *Animation : github.com/goccy/go-json.Unmarshaler Animation : github.com/mailru/easyjson.Marshaler *Animation : github.com/mailru/easyjson.MarshalerUnmarshaler *Animation : github.com/mailru/easyjson.Unmarshaler Animation : encoding/json.Marshaler *Animation : encoding/json.Unmarshaler
DisableParams disables animation domain notifications. Do executes Animation.disable against the provided context. MarshalEasyJSON supports easyjson.Marshaler interface MarshalJSON supports json.Marshaler interface UnmarshalEasyJSON supports easyjson.Unmarshaler interface UnmarshalJSON supports json.Unmarshaler interface *DisableParams : github.com/chromedp/chromedp.Action *DisableParams : github.com/chromedp/chromedp.CallAction *DisableParams : github.com/chromedp/chromedp.EmulateAction *DisableParams : github.com/chromedp/chromedp.EvaluateAction *DisableParams : github.com/chromedp/chromedp.KeyAction *DisableParams : github.com/chromedp/chromedp.MouseAction *DisableParams : github.com/chromedp/chromedp.NavigateAction *DisableParams : github.com/chromedp/chromedp.PollAction *DisableParams : github.com/chromedp/chromedp.QueryAction DisableParams : github.com/goccy/go-json.Marshaler *DisableParams : github.com/goccy/go-json.Unmarshaler DisableParams : github.com/mailru/easyjson.Marshaler *DisableParams : github.com/mailru/easyjson.MarshalerUnmarshaler *DisableParams : github.com/mailru/easyjson.Unmarshaler DisableParams : encoding/json.Marshaler *DisableParams : encoding/json.Unmarshaler func Disable() *DisableParams
Effect animationEffect instance. See: https://chromedevtools.github.io/devtools-protocol/tot/Animation#type-AnimationEffect // AnimationEffect's target node. // AnimationEffect's delay. // AnimationEffect's playback direction. // AnimationEffect's iteration duration. // AnimationEffect's timing function. // AnimationEffect's end delay. // AnimationEffect's fill mode. // AnimationEffect's iteration start. // AnimationEffect's iterations. // AnimationEffect's keyframes. MarshalEasyJSON supports easyjson.Marshaler interface MarshalJSON supports json.Marshaler interface UnmarshalEasyJSON supports easyjson.Unmarshaler interface UnmarshalJSON supports json.Unmarshaler interface Effect : github.com/goccy/go-json.Marshaler *Effect : github.com/goccy/go-json.Unmarshaler Effect : github.com/mailru/easyjson.Marshaler *Effect : github.com/mailru/easyjson.MarshalerUnmarshaler *Effect : github.com/mailru/easyjson.Unmarshaler Effect : encoding/json.Marshaler *Effect : encoding/json.Unmarshaler
EnableParams enables animation domain notifications. Do executes Animation.enable against the provided context. MarshalEasyJSON supports easyjson.Marshaler interface MarshalJSON supports json.Marshaler interface UnmarshalEasyJSON supports easyjson.Unmarshaler interface UnmarshalJSON supports json.Unmarshaler interface *EnableParams : github.com/chromedp/chromedp.Action *EnableParams : github.com/chromedp/chromedp.CallAction *EnableParams : github.com/chromedp/chromedp.EmulateAction *EnableParams : github.com/chromedp/chromedp.EvaluateAction *EnableParams : github.com/chromedp/chromedp.KeyAction *EnableParams : github.com/chromedp/chromedp.MouseAction *EnableParams : github.com/chromedp/chromedp.NavigateAction *EnableParams : github.com/chromedp/chromedp.PollAction *EnableParams : github.com/chromedp/chromedp.QueryAction EnableParams : github.com/goccy/go-json.Marshaler *EnableParams : github.com/goccy/go-json.Unmarshaler EnableParams : github.com/mailru/easyjson.Marshaler *EnableParams : github.com/mailru/easyjson.MarshalerUnmarshaler *EnableParams : github.com/mailru/easyjson.Unmarshaler EnableParams : encoding/json.Marshaler *EnableParams : encoding/json.Unmarshaler func Enable() *EnableParams
EventAnimationCanceled event for when an animation has been cancelled. See: https://chromedevtools.github.io/devtools-protocol/tot/Animation#event-animationCanceled // Id of animation. MarshalEasyJSON supports easyjson.Marshaler interface MarshalJSON supports json.Marshaler interface UnmarshalEasyJSON supports easyjson.Unmarshaler interface UnmarshalJSON supports json.Unmarshaler interface EventAnimationCanceled : github.com/goccy/go-json.Marshaler *EventAnimationCanceled : github.com/goccy/go-json.Unmarshaler EventAnimationCanceled : github.com/mailru/easyjson.Marshaler *EventAnimationCanceled : github.com/mailru/easyjson.MarshalerUnmarshaler *EventAnimationCanceled : github.com/mailru/easyjson.Unmarshaler EventAnimationCanceled : encoding/json.Marshaler *EventAnimationCanceled : encoding/json.Unmarshaler
EventAnimationCreated event for each animation that has been created. See: https://chromedevtools.github.io/devtools-protocol/tot/Animation#event-animationCreated // Id of animation. MarshalEasyJSON supports easyjson.Marshaler interface MarshalJSON supports json.Marshaler interface UnmarshalEasyJSON supports easyjson.Unmarshaler interface UnmarshalJSON supports json.Unmarshaler interface EventAnimationCreated : github.com/goccy/go-json.Marshaler *EventAnimationCreated : github.com/goccy/go-json.Unmarshaler EventAnimationCreated : github.com/mailru/easyjson.Marshaler *EventAnimationCreated : github.com/mailru/easyjson.MarshalerUnmarshaler *EventAnimationCreated : github.com/mailru/easyjson.Unmarshaler EventAnimationCreated : encoding/json.Marshaler *EventAnimationCreated : encoding/json.Unmarshaler
EventAnimationStarted event for animation that has been started. See: https://chromedevtools.github.io/devtools-protocol/tot/Animation#event-animationStarted // Animation that was started. MarshalEasyJSON supports easyjson.Marshaler interface MarshalJSON supports json.Marshaler interface UnmarshalEasyJSON supports easyjson.Unmarshaler interface UnmarshalJSON supports json.Unmarshaler interface EventAnimationStarted : github.com/goccy/go-json.Marshaler *EventAnimationStarted : github.com/goccy/go-json.Unmarshaler EventAnimationStarted : github.com/mailru/easyjson.Marshaler *EventAnimationStarted : github.com/mailru/easyjson.MarshalerUnmarshaler *EventAnimationStarted : github.com/mailru/easyjson.Unmarshaler EventAnimationStarted : encoding/json.Marshaler *EventAnimationStarted : encoding/json.Unmarshaler
GetCurrentTimeParams returns the current time of the an animation. // Id of animation. Do executes Animation.getCurrentTime against the provided context. returns: currentTime - Current time of the page. MarshalEasyJSON supports easyjson.Marshaler interface MarshalJSON supports json.Marshaler interface UnmarshalEasyJSON supports easyjson.Unmarshaler interface UnmarshalJSON supports json.Unmarshaler interface GetCurrentTimeParams : github.com/goccy/go-json.Marshaler *GetCurrentTimeParams : github.com/goccy/go-json.Unmarshaler GetCurrentTimeParams : github.com/mailru/easyjson.Marshaler *GetCurrentTimeParams : github.com/mailru/easyjson.MarshalerUnmarshaler *GetCurrentTimeParams : github.com/mailru/easyjson.Unmarshaler GetCurrentTimeParams : encoding/json.Marshaler *GetCurrentTimeParams : encoding/json.Unmarshaler func GetCurrentTime(id string) *GetCurrentTimeParams
GetCurrentTimeReturns return values. // Current time of the page. MarshalEasyJSON supports easyjson.Marshaler interface MarshalJSON supports json.Marshaler interface UnmarshalEasyJSON supports easyjson.Unmarshaler interface UnmarshalJSON supports json.Unmarshaler interface GetCurrentTimeReturns : github.com/goccy/go-json.Marshaler *GetCurrentTimeReturns : github.com/goccy/go-json.Unmarshaler GetCurrentTimeReturns : github.com/mailru/easyjson.Marshaler *GetCurrentTimeReturns : github.com/mailru/easyjson.MarshalerUnmarshaler *GetCurrentTimeReturns : github.com/mailru/easyjson.Unmarshaler GetCurrentTimeReturns : encoding/json.Marshaler *GetCurrentTimeReturns : encoding/json.Unmarshaler
GetPlaybackRateParams gets the playback rate of the document timeline. Do executes Animation.getPlaybackRate against the provided context. returns: playbackRate - Playback rate for animations on page. MarshalEasyJSON supports easyjson.Marshaler interface MarshalJSON supports json.Marshaler interface UnmarshalEasyJSON supports easyjson.Unmarshaler interface UnmarshalJSON supports json.Unmarshaler interface GetPlaybackRateParams : github.com/goccy/go-json.Marshaler *GetPlaybackRateParams : github.com/goccy/go-json.Unmarshaler GetPlaybackRateParams : github.com/mailru/easyjson.Marshaler *GetPlaybackRateParams : github.com/mailru/easyjson.MarshalerUnmarshaler *GetPlaybackRateParams : github.com/mailru/easyjson.Unmarshaler GetPlaybackRateParams : encoding/json.Marshaler *GetPlaybackRateParams : encoding/json.Unmarshaler func GetPlaybackRate() *GetPlaybackRateParams
GetPlaybackRateReturns return values. // Playback rate for animations on page. MarshalEasyJSON supports easyjson.Marshaler interface MarshalJSON supports json.Marshaler interface UnmarshalEasyJSON supports easyjson.Unmarshaler interface UnmarshalJSON supports json.Unmarshaler interface GetPlaybackRateReturns : github.com/goccy/go-json.Marshaler *GetPlaybackRateReturns : github.com/goccy/go-json.Unmarshaler GetPlaybackRateReturns : github.com/mailru/easyjson.Marshaler *GetPlaybackRateReturns : github.com/mailru/easyjson.MarshalerUnmarshaler *GetPlaybackRateReturns : github.com/mailru/easyjson.Unmarshaler GetPlaybackRateReturns : encoding/json.Marshaler *GetPlaybackRateReturns : encoding/json.Unmarshaler
KeyframesRule keyframes Rule. See: https://chromedevtools.github.io/devtools-protocol/tot/Animation#type-KeyframesRule // List of animation keyframes. // CSS keyframed animation's name. MarshalEasyJSON supports easyjson.Marshaler interface MarshalJSON supports json.Marshaler interface UnmarshalEasyJSON supports easyjson.Unmarshaler interface UnmarshalJSON supports json.Unmarshaler interface KeyframesRule : github.com/goccy/go-json.Marshaler *KeyframesRule : github.com/goccy/go-json.Unmarshaler KeyframesRule : github.com/mailru/easyjson.Marshaler *KeyframesRule : github.com/mailru/easyjson.MarshalerUnmarshaler *KeyframesRule : github.com/mailru/easyjson.Unmarshaler KeyframesRule : encoding/json.Marshaler *KeyframesRule : encoding/json.Unmarshaler
KeyframeStyle keyframe Style. See: https://chromedevtools.github.io/devtools-protocol/tot/Animation#type-KeyframeStyle // AnimationEffect's timing function. // Keyframe's time offset. MarshalEasyJSON supports easyjson.Marshaler interface MarshalJSON supports json.Marshaler interface UnmarshalEasyJSON supports easyjson.Unmarshaler interface UnmarshalJSON supports json.Unmarshaler interface KeyframeStyle : github.com/goccy/go-json.Marshaler *KeyframeStyle : github.com/goccy/go-json.Unmarshaler KeyframeStyle : github.com/mailru/easyjson.Marshaler *KeyframeStyle : github.com/mailru/easyjson.MarshalerUnmarshaler *KeyframeStyle : github.com/mailru/easyjson.Unmarshaler KeyframeStyle : encoding/json.Marshaler *KeyframeStyle : encoding/json.Unmarshaler
ReleaseAnimationsParams releases a set of animations to no longer be manipulated. // List of animation ids to seek. Do executes Animation.releaseAnimations against the provided context. MarshalEasyJSON supports easyjson.Marshaler interface MarshalJSON supports json.Marshaler interface UnmarshalEasyJSON supports easyjson.Unmarshaler interface UnmarshalJSON supports json.Unmarshaler interface *ReleaseAnimationsParams : github.com/chromedp/chromedp.Action *ReleaseAnimationsParams : github.com/chromedp/chromedp.CallAction *ReleaseAnimationsParams : github.com/chromedp/chromedp.EmulateAction *ReleaseAnimationsParams : github.com/chromedp/chromedp.EvaluateAction *ReleaseAnimationsParams : github.com/chromedp/chromedp.KeyAction *ReleaseAnimationsParams : github.com/chromedp/chromedp.MouseAction *ReleaseAnimationsParams : github.com/chromedp/chromedp.NavigateAction *ReleaseAnimationsParams : github.com/chromedp/chromedp.PollAction *ReleaseAnimationsParams : github.com/chromedp/chromedp.QueryAction ReleaseAnimationsParams : github.com/goccy/go-json.Marshaler *ReleaseAnimationsParams : github.com/goccy/go-json.Unmarshaler ReleaseAnimationsParams : github.com/mailru/easyjson.Marshaler *ReleaseAnimationsParams : github.com/mailru/easyjson.MarshalerUnmarshaler *ReleaseAnimationsParams : github.com/mailru/easyjson.Unmarshaler ReleaseAnimationsParams : encoding/json.Marshaler *ReleaseAnimationsParams : encoding/json.Unmarshaler func ReleaseAnimations(animations []string) *ReleaseAnimationsParams
ResolveAnimationParams gets the remote object of the Animation. // Animation id. Do executes Animation.resolveAnimation against the provided context. returns: remoteObject - Corresponding remote object. MarshalEasyJSON supports easyjson.Marshaler interface MarshalJSON supports json.Marshaler interface UnmarshalEasyJSON supports easyjson.Unmarshaler interface UnmarshalJSON supports json.Unmarshaler interface ResolveAnimationParams : github.com/goccy/go-json.Marshaler *ResolveAnimationParams : github.com/goccy/go-json.Unmarshaler ResolveAnimationParams : github.com/mailru/easyjson.Marshaler *ResolveAnimationParams : github.com/mailru/easyjson.MarshalerUnmarshaler *ResolveAnimationParams : github.com/mailru/easyjson.Unmarshaler ResolveAnimationParams : encoding/json.Marshaler *ResolveAnimationParams : encoding/json.Unmarshaler func ResolveAnimation(animationID string) *ResolveAnimationParams
ResolveAnimationReturns return values. // Corresponding remote object. MarshalEasyJSON supports easyjson.Marshaler interface MarshalJSON supports json.Marshaler interface UnmarshalEasyJSON supports easyjson.Unmarshaler interface UnmarshalJSON supports json.Unmarshaler interface ResolveAnimationReturns : github.com/goccy/go-json.Marshaler *ResolveAnimationReturns : github.com/goccy/go-json.Unmarshaler ResolveAnimationReturns : github.com/mailru/easyjson.Marshaler *ResolveAnimationReturns : github.com/mailru/easyjson.MarshalerUnmarshaler *ResolveAnimationReturns : github.com/mailru/easyjson.Unmarshaler ResolveAnimationReturns : encoding/json.Marshaler *ResolveAnimationReturns : encoding/json.Unmarshaler
SeekAnimationsParams seek a set of animations to a particular time within each animation. // List of animation ids to seek. // Set the current time of each animation. Do executes Animation.seekAnimations against the provided context. MarshalEasyJSON supports easyjson.Marshaler interface MarshalJSON supports json.Marshaler interface UnmarshalEasyJSON supports easyjson.Unmarshaler interface UnmarshalJSON supports json.Unmarshaler interface *SeekAnimationsParams : github.com/chromedp/chromedp.Action *SeekAnimationsParams : github.com/chromedp/chromedp.CallAction *SeekAnimationsParams : github.com/chromedp/chromedp.EmulateAction *SeekAnimationsParams : github.com/chromedp/chromedp.EvaluateAction *SeekAnimationsParams : github.com/chromedp/chromedp.KeyAction *SeekAnimationsParams : github.com/chromedp/chromedp.MouseAction *SeekAnimationsParams : github.com/chromedp/chromedp.NavigateAction *SeekAnimationsParams : github.com/chromedp/chromedp.PollAction *SeekAnimationsParams : github.com/chromedp/chromedp.QueryAction SeekAnimationsParams : github.com/goccy/go-json.Marshaler *SeekAnimationsParams : github.com/goccy/go-json.Unmarshaler SeekAnimationsParams : github.com/mailru/easyjson.Marshaler *SeekAnimationsParams : github.com/mailru/easyjson.MarshalerUnmarshaler *SeekAnimationsParams : github.com/mailru/easyjson.Unmarshaler SeekAnimationsParams : encoding/json.Marshaler *SeekAnimationsParams : encoding/json.Unmarshaler func SeekAnimations(animations []string, currentTime float64) *SeekAnimationsParams
SetPausedParams sets the paused state of a set of animations. // Animations to set the pause state of. // Paused state to set to. Do executes Animation.setPaused against the provided context. MarshalEasyJSON supports easyjson.Marshaler interface MarshalJSON supports json.Marshaler interface UnmarshalEasyJSON supports easyjson.Unmarshaler interface UnmarshalJSON supports json.Unmarshaler interface *SetPausedParams : github.com/chromedp/chromedp.Action *SetPausedParams : github.com/chromedp/chromedp.CallAction *SetPausedParams : github.com/chromedp/chromedp.EmulateAction *SetPausedParams : github.com/chromedp/chromedp.EvaluateAction *SetPausedParams : github.com/chromedp/chromedp.KeyAction *SetPausedParams : github.com/chromedp/chromedp.MouseAction *SetPausedParams : github.com/chromedp/chromedp.NavigateAction *SetPausedParams : github.com/chromedp/chromedp.PollAction *SetPausedParams : github.com/chromedp/chromedp.QueryAction SetPausedParams : github.com/goccy/go-json.Marshaler *SetPausedParams : github.com/goccy/go-json.Unmarshaler SetPausedParams : github.com/mailru/easyjson.Marshaler *SetPausedParams : github.com/mailru/easyjson.MarshalerUnmarshaler *SetPausedParams : github.com/mailru/easyjson.Unmarshaler SetPausedParams : encoding/json.Marshaler *SetPausedParams : encoding/json.Unmarshaler func SetPaused(animations []string, paused bool) *SetPausedParams
SetPlaybackRateParams sets the playback rate of the document timeline. // Playback rate for animations on page Do executes Animation.setPlaybackRate against the provided context. MarshalEasyJSON supports easyjson.Marshaler interface MarshalJSON supports json.Marshaler interface UnmarshalEasyJSON supports easyjson.Unmarshaler interface UnmarshalJSON supports json.Unmarshaler interface *SetPlaybackRateParams : github.com/chromedp/chromedp.Action *SetPlaybackRateParams : github.com/chromedp/chromedp.CallAction *SetPlaybackRateParams : github.com/chromedp/chromedp.EmulateAction *SetPlaybackRateParams : github.com/chromedp/chromedp.EvaluateAction *SetPlaybackRateParams : github.com/chromedp/chromedp.KeyAction *SetPlaybackRateParams : github.com/chromedp/chromedp.MouseAction *SetPlaybackRateParams : github.com/chromedp/chromedp.NavigateAction *SetPlaybackRateParams : github.com/chromedp/chromedp.PollAction *SetPlaybackRateParams : github.com/chromedp/chromedp.QueryAction SetPlaybackRateParams : github.com/goccy/go-json.Marshaler *SetPlaybackRateParams : github.com/goccy/go-json.Unmarshaler SetPlaybackRateParams : github.com/mailru/easyjson.Marshaler *SetPlaybackRateParams : github.com/mailru/easyjson.MarshalerUnmarshaler *SetPlaybackRateParams : github.com/mailru/easyjson.Unmarshaler SetPlaybackRateParams : encoding/json.Marshaler *SetPlaybackRateParams : encoding/json.Unmarshaler func SetPlaybackRate(playbackRate float64) *SetPlaybackRateParams
SetTimingParams sets the timing of an animation node. // Animation id. // Delay of the animation. // Duration of the animation. Do executes Animation.setTiming against the provided context. MarshalEasyJSON supports easyjson.Marshaler interface MarshalJSON supports json.Marshaler interface UnmarshalEasyJSON supports easyjson.Unmarshaler interface UnmarshalJSON supports json.Unmarshaler interface *SetTimingParams : github.com/chromedp/chromedp.Action *SetTimingParams : github.com/chromedp/chromedp.CallAction *SetTimingParams : github.com/chromedp/chromedp.EmulateAction *SetTimingParams : github.com/chromedp/chromedp.EvaluateAction *SetTimingParams : github.com/chromedp/chromedp.KeyAction *SetTimingParams : github.com/chromedp/chromedp.MouseAction *SetTimingParams : github.com/chromedp/chromedp.NavigateAction *SetTimingParams : github.com/chromedp/chromedp.PollAction *SetTimingParams : github.com/chromedp/chromedp.QueryAction SetTimingParams : github.com/goccy/go-json.Marshaler *SetTimingParams : github.com/goccy/go-json.Unmarshaler SetTimingParams : github.com/mailru/easyjson.Marshaler *SetTimingParams : github.com/mailru/easyjson.MarshalerUnmarshaler *SetTimingParams : github.com/mailru/easyjson.Unmarshaler SetTimingParams : encoding/json.Marshaler *SetTimingParams : encoding/json.Unmarshaler func SetTiming(animationID string, duration float64, delay float64) *SetTimingParams
Type animation type of Animation. See: https://chromedevtools.github.io/devtools-protocol/tot/Animation#type-Animation MarshalEasyJSON satisfies easyjson.Marshaler. MarshalJSON satisfies json.Marshaler. String returns the Type as string value. UnmarshalEasyJSON satisfies easyjson.Unmarshaler. UnmarshalJSON satisfies json.Unmarshaler. Type : github.com/goccy/go-json.Marshaler *Type : github.com/goccy/go-json.Unmarshaler Type : github.com/mailru/easyjson.Marshaler *Type : github.com/mailru/easyjson.MarshalerUnmarshaler *Type : github.com/mailru/easyjson.Unmarshaler Type : encoding/json.Marshaler *Type : encoding/json.Unmarshaler Type : expvar.Var Type : fmt.Stringer const TypeCSSAnimation const TypeCSSTransition const TypeWebAnimation
Package-Level Functions (total 10)
Disable disables animation domain notifications. See: https://chromedevtools.github.io/devtools-protocol/tot/Animation#method-disable
Enable enables animation domain notifications. See: https://chromedevtools.github.io/devtools-protocol/tot/Animation#method-enable
GetCurrentTime returns the current time of the an animation. See: https://chromedevtools.github.io/devtools-protocol/tot/Animation#method-getCurrentTime parameters: id - Id of animation.
GetPlaybackRate gets the playback rate of the document timeline. See: https://chromedevtools.github.io/devtools-protocol/tot/Animation#method-getPlaybackRate
ReleaseAnimations releases a set of animations to no longer be manipulated. See: https://chromedevtools.github.io/devtools-protocol/tot/Animation#method-releaseAnimations parameters: animations - List of animation ids to seek.
ResolveAnimation gets the remote object of the Animation. See: https://chromedevtools.github.io/devtools-protocol/tot/Animation#method-resolveAnimation parameters: animationID - Animation id.
SeekAnimations seek a set of animations to a particular time within each animation. See: https://chromedevtools.github.io/devtools-protocol/tot/Animation#method-seekAnimations parameters: animations - List of animation ids to seek. currentTime - Set the current time of each animation.
SetPaused sets the paused state of a set of animations. See: https://chromedevtools.github.io/devtools-protocol/tot/Animation#method-setPaused parameters: animations - Animations to set the pause state of. paused - Paused state to set to.
SetPlaybackRate sets the playback rate of the document timeline. See: https://chromedevtools.github.io/devtools-protocol/tot/Animation#method-setPlaybackRate parameters: playbackRate - Playback rate for animations on page
SetTiming sets the timing of an animation node. See: https://chromedevtools.github.io/devtools-protocol/tot/Animation#method-setTiming parameters: animationID - Animation id. duration - Duration of the animation. delay - Delay of the animation.
Package-Level Constants (total 13)
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
Command names.
Type values.
Type values.
Type values.