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