Click or drag to resize

AnimationType Enumeration

Version 113.3.50
Animation type of `Animation`.

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