Class CSSTransition
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
The CSSTransition interface of the 'Web Animations API' represents an Animation object used for a CSS Transition.
[Value("CSSTransition")]
public class CSSTransition : Animation
- Inheritance
-
CSSTransition
- Inherited Members
Remarks
Constructors
CSSTransition()
public CSSTransition()
Properties
TransitionProperty
The transitionProperty property of the
CSSTransition interface returns the expanded transition property
name of the transition. This is the longhand CSS property for which the
transition was generated.
[Value("transitionProperty")]
public string TransitionProperty { get; }
Property Value
- string
A string.