Class CSSAnimation
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
The CSSAnimation interface of the 'Web Animations API' represents an Animation object.
[Value("CSSAnimation")]
public class CSSAnimation : Animation
- Inheritance
-
CSSAnimation
- Inherited Members
Remarks
Constructors
CSSAnimation()
public CSSAnimation()
Properties
AnimationName
The animationName property of the
CSSAnimation interface returns the {{CSSXref("animation-name")}}. This
specifies one or more keyframe at-rules which describe the animation applied to the
element.
[Value("animationName")]
public string AnimationName { get; }
Property Value
- string
A string.