package
0.35.0
Repository: https://github.com/mafredri/cdp.git
Documentation: pkg.go.dev

# Functions

NewClient returns a client for the Animation domain with the connection set to conn.
NewGetCurrentTimeArgs initializes GetCurrentTimeArgs with the required arguments.
NewReleaseAnimationsArgs initializes ReleaseAnimationsArgs with the required arguments.
NewResolveAnimationArgs initializes ResolveAnimationArgs with the required arguments.
NewSeekAnimationsArgs initializes SeekAnimationsArgs with the required arguments.
NewSetPausedArgs initializes SetPausedArgs with the required arguments.
NewSetPlaybackRateArgs initializes SetPlaybackRateArgs with the required arguments.
NewSetTimingArgs initializes SetTimingArgs with the required arguments.

# Structs

Animation Animation instance.
CanceledReply is the reply for AnimationCanceled events.
CreatedReply is the reply for AnimationCreated events.
Effect AnimationEffect instance.
GetCurrentTimeArgs represents the arguments for GetCurrentTime in the Animation domain.
GetCurrentTimeReply represents the return values for GetCurrentTime in the Animation domain.
GetPlaybackRateReply represents the return values for GetPlaybackRate in the Animation domain.
KeyframesRule Keyframes Rule.
KeyframeStyle Keyframe Style.
ReleaseAnimationsArgs represents the arguments for ReleaseAnimations in the Animation domain.
ResolveAnimationArgs represents the arguments for ResolveAnimation in the Animation domain.
ResolveAnimationReply represents the return values for ResolveAnimation in the Animation domain.
SeekAnimationsArgs represents the arguments for SeekAnimations in the Animation domain.
SetPausedArgs represents the arguments for SetPaused in the Animation domain.
SetPlaybackRateArgs represents the arguments for SetPlaybackRate in the Animation domain.
SetTimingArgs represents the arguments for SetTiming in the Animation domain.
StartedReply is the reply for AnimationStarted events.
UpdatedReply is the reply for AnimationUpdated events.
ViewOrScrollTimeline Timeline instance.

# Interfaces

CanceledClient is a client for AnimationCanceled events.
CreatedClient is a client for AnimationCreated events.
StartedClient is a client for AnimationStarted events.
UpdatedClient is a client for AnimationUpdated events.