AnimationSplineBuilder class
AnimationSplineBuilder class
A builder class for constructing animation timing functions using cubic Bézier curves. This class allows for the definition of one or more cubic Bézier curves, each specified by two control points. The resulting string can be used in CSS animations or transitions to control the pace of the animation.
The AnimationSplineBuilder type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Constructs a new instance of AnimationSplineBuilder |
Methods
Method | Description |
---|---|
add_spline | Adds a cubic Bézier curve to the animation spline. |
build | Builds the animation spline value as a string. |
See Also
- module
aspose.svg.builder