AnimationStartTime Property |
Version 130.1.90
`Animation`'s start time.
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 StartTime { get; set; }
public:
property double StartTime {
double get ();
void set (double value);
}
Property Value
DoubleSee Also