AnimationType Enumeration |
Version 103.0.120
Animation type of `Animation`.
Namespace:
CefSharp.DevTools.Animation
Assembly:
CefSharp (in CefSharp.dll) Version: 103.0.120.0 (103.0.120.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