pl.wendigo.chrome.api.animation

Package pl.wendigo.chrome.api.animation

Contains DevTools Protocol Animation domain implementation accessible via AnimationOperations class.

Types

Animation

data class Animation

Animation instance.

AnimationCanceledEvent

data class AnimationCanceledEvent : Event

Event for when an animation has been cancelled.

AnimationCreatedEvent

data class AnimationCreatedEvent : Event

Event for each animation that has been created.

AnimationEffect

data class AnimationEffect

AnimationEffect instance

AnimationOperations

class AnimationOperations

AnimationOperations represents Animation protocol domain request/response operations and events that can be captured.

AnimationStartedEvent

data class AnimationStartedEvent : Event

Event for animation that has been started.

GetCurrentTimeRequest

data class GetCurrentTimeRequest

Represents request frame that can be used with Animation#getCurrentTime operation call.

GetCurrentTimeResponse

data class GetCurrentTimeResponse

Represents response frame that is returned from Animation#getCurrentTime operation call. Returns the current time of the an animation.

GetPlaybackRateResponse

data class GetPlaybackRateResponse

Represents response frame that is returned from Animation#getPlaybackRate operation call. Gets the playback rate of the document timeline.

KeyframesRule

data class KeyframesRule

Keyframes Rule

KeyframeStyle

data class KeyframeStyle

Keyframe Style

ReleaseAnimationsRequest

data class ReleaseAnimationsRequest

Represents request frame that can be used with Animation#releaseAnimations operation call.

ResolveAnimationRequest

data class ResolveAnimationRequest

Represents request frame that can be used with Animation#resolveAnimation operation call.

ResolveAnimationResponse

data class ResolveAnimationResponse

Represents response frame that is returned from Animation#resolveAnimation operation call. Gets the remote object of the Animation.

SeekAnimationsRequest

data class SeekAnimationsRequest

Represents request frame that can be used with Animation#seekAnimations operation call.

SetPausedRequest

data class SetPausedRequest

Represents request frame that can be used with Animation#setPaused operation call.

SetPlaybackRateRequest

data class SetPlaybackRateRequest

Represents request frame that can be used with Animation#setPlaybackRate operation call.

SetTimingRequest

data class SetTimingRequest

Represents request frame that can be used with Animation#setTiming operation call.