Click or drag to resize

AnimationType Enumeration

Version 130.1.90
Animation type of `Animation`.

Namespace: CefSharp.DevTools.Animation
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public enum AnimationType
Members
Member nameValueDescription
CSSTransition0 CSSTransition
CSSAnimation1 CSSAnimation
WebAnimation2 WebAnimation
See Also