cdp-0.0.2.0: A library for the Chrome Devtools Protocol
Safe HaskellNone
LanguageHaskell2010

CDP.Domains.Animation

Description

Animation

Synopsis

Documentation

data PAnimationSetTiming Source #

Sets the timing of an animation node.

Parameters of the setTiming command.

Constructors

PAnimationSetTiming 

Fields

data PAnimationSetPlaybackRate Source #

Sets the playback rate of the document timeline.

Parameters of the setPlaybackRate command.

Constructors

PAnimationSetPlaybackRate 

Fields

data PAnimationSeekAnimations Source #

Seek a set of animations to a particular time within each animation.

Parameters of the seekAnimations command.

Constructors

PAnimationSeekAnimations 

Fields

data PAnimationResolveAnimation Source #

Gets the remote object of the Animation.

Parameters of the resolveAnimation command.

data PAnimationReleaseAnimations Source #

Releases a set of animations to no longer be manipulated.

Parameters of the releaseAnimations command.

Constructors

PAnimationReleaseAnimations 

Fields

data PAnimationGetPlaybackRate Source #

Gets the playback rate of the document timeline.

Parameters of the getPlaybackRate command.

data PAnimationGetCurrentTime Source #

Returns the current time of the an animation.

Parameters of the getCurrentTime command.

Constructors

PAnimationGetCurrentTime 

Fields

data AnimationAnimationEffect Source #

Type AnimationEffect. AnimationEffect instance

Constructors

AnimationAnimationEffect 

Fields

data AnimationAnimation Source #

Constructors

AnimationAnimation 

Fields

data AnimationAnimationType Source #

Type Animation. Animation instance.

Instances

Instances details
Eq AnimationAnimationType Source # 
Instance details

Defined in CDP.Domains.Animation

Ord AnimationAnimationType Source # 
Instance details

Defined in CDP.Domains.Animation

Read AnimationAnimationType Source # 
Instance details

Defined in CDP.Domains.Animation

Show AnimationAnimationType Source # 
Instance details

Defined in CDP.Domains.Animation

ToJSON AnimationAnimationType Source # 
Instance details

Defined in CDP.Domains.Animation

FromJSON AnimationAnimationType Source # 
Instance details

Defined in CDP.Domains.Animation