Click or drag to resize

AnimationEffectDuration Property

Version 130.1.90
`AnimationEffect`'s iteration duration. Milliseconds for time based animations and percentage [0 - 100] for scroll driven animations (i.e. when viewOrScrollTimeline exists).

Namespace: CefSharp.DevTools.Animation
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public double Duration { get; set; }

Property Value

Double
See Also