Click or drag to resize

AnimationType Enumeration

Version 118.6.80
Animation type of `Animation`.

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