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.AnimationAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public double Duration { get; set; }
public:
property double Duration {
double get ();
void set (double value);
}
Property Value
DoubleSee Also