SVGBuilderExtensions.KeySplines

SVGBuilderExtensions.KeySplines<TBuilder> method

Sets the ‘keySplines’ attribute, specifying the control points for the pacing of the animation.

public static TBuilder KeySplines<TBuilder>(this TBuilder builder, 
    Action<AnimationSplineBuilder> buildSplines)
    where TBuilder : ISVGElementBuilder, IAnimationValueAttributeSetter
ParameterDescription
TBuilderThe type of the SVG element builder.
builderThe SVG element builder.
buildSplinesThe action to build the spline configuration.

Return Value

The builder instance for chaining.

See Also