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