KeyframesRuleKeyframes Property |
Version 130.1.90
List of animation keyframes.
Namespace: CefSharp.DevTools.AnimationAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public IList<KeyframeStyle> Keyframes { get; set; }
public:
property IList<KeyframeStyle^>^ Keyframes {
IList<KeyframeStyle^>^ get ();
void set (IList<KeyframeStyle^>^ value);
}
Property Value
IListKeyframeStyleSee Also