package
0.0.0-20200525080501-418ac89e6fd2
Repository: https://github.com/bootgo/cdproto.git
Documentation: pkg.go.dev
# Functions
Disable disables animation domain notifications.
Enable enables animation domain notifications.
GetCurrentTime returns the current time of the an animation.
GetPlaybackRate gets the playback rate of the document timeline.
ReleaseAnimations releases a set of animations to no longer be manipulated.
ResolveAnimation gets the remote object of the Animation.
SeekAnimations seek a set of animations to a particular time within each animation.
SetPaused sets the paused state of a set of animations.
SetPlaybackRate sets the playback rate of the document timeline.
SetTiming sets the timing of an animation node.
# Constants
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.
# Structs
Animation animation instance.
DisableParams disables animation domain notifications.
Effect animationEffect instance.
EnableParams enables animation domain notifications.
EventAnimationCanceled event for when an animation has been cancelled.
EventAnimationCreated event for each animation that has been created.
EventAnimationStarted event for animation that has been started.
GetCurrentTimeParams returns the current time of the an animation.
GetCurrentTimeReturns return values.
GetPlaybackRateParams gets the playback rate of the document timeline.
GetPlaybackRateReturns return values.
KeyframesRule keyframes Rule.
KeyframeStyle keyframe Style.
ReleaseAnimationsParams releases a set of animations to no longer be manipulated.
ResolveAnimationParams gets the remote object of the Animation.
ResolveAnimationReturns return values.
SeekAnimationsParams seek a set of animations to a particular time within each animation.
SetPausedParams sets the paused state of a set of animations.
SetPlaybackRateParams sets the playback rate of the document timeline.
SetTimingParams sets the timing of an animation node.
# Type aliases
Type animation type of Animation.