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
public enum class AnimationType
Members
| Member name | Value | Description |
---|
| CSSTransition | 0 |
CSSTransition
|
| CSSAnimation | 1 |
CSSAnimation
|
| WebAnimation | 2 |
WebAnimation
|
See Also