SVGBuilderExtensions.KeyTimes

SVGBuilderExtensions.KeyTimes<TBuilder> method

Sets the ‘keyTimes’ attribute, defining the times at which the key values are applied.

public static TBuilder KeyTimes<TBuilder>(this TBuilder builder, params double[] keyTimes)
    where TBuilder : ISVGElementBuilder, IAnimationValueAttributeSetter
ParameterDescription
TBuilderThe type of the SVG element builder.
builderThe SVG element builder.
keyTimesThe array of key times for the animation.

Return Value

The builder instance for chaining.

See Also