AnimationType Enumeration |
Version 130.1.90
Animation type of `Animation`.
Namespace: CefSharp.DevTools.AnimationAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public enum AnimationType
public enum class AnimationType
Members Member name | Value | Description |
---|
CSSTransition | 0 |
CSSTransition
|
CSSAnimation | 1 |
CSSAnimation
|
WebAnimation | 2 |
WebAnimation
|
See Also