Click or drag to resize

AnimationEffect Class

Version 130.1.90
AnimationEffect instance
Inheritance Hierarchy
SystemObject
  CefSharp.DevToolsDevToolsDomainEntityBase
    CefSharp.DevTools.AnimationAnimationEffect

Namespace: CefSharp.DevTools.Animation
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public class AnimationEffect : DevToolsDomainEntityBase

The AnimationEffect type exposes the following members.

Constructors
 NameDescription
Public methodAnimationEffectInitializes a new instance of the AnimationEffect class
Top
Properties
 NameDescription
Public propertyBackendNodeId `AnimationEffect`'s target node.
Public propertyDelay `AnimationEffect`'s delay.
Public propertyDirection `AnimationEffect`'s playback direction.
Public propertyDuration `AnimationEffect`'s iteration duration. Milliseconds for time based animations and percentage [0 - 100] for scroll driven animations (i.e. when viewOrScrollTimeline exists).
Public propertyEasing `AnimationEffect`'s timing function.
Public propertyEndDelay `AnimationEffect`'s end delay.
Public propertyFill `AnimationEffect`'s fill mode.
Public propertyIterations `AnimationEffect`'s iterations.
Public propertyIterationStart `AnimationEffect`'s iteration start.
Public propertyKeyframesRule `AnimationEffect`'s keyframes.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToDictionary
(Inherited from DevToolsDomainEntityBase)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also