SVGBuilderExtensions.Min
Contents
[
Hide
]Min<TBuilder>(this TBuilder, TimeSpan)
Sets the ‘min’ attribute, specifying the minimum duration of the animation.
public static TBuilder Min<TBuilder>(this TBuilder builder, TimeSpan duration)
where TBuilder : ISVGElementBuilder, IAnimationTimingAttributeSetter
Parameter | Description |
---|---|
TBuilder | The type of the SVG element builder. |
builder | The SVG element builder. |
duration | The minimum duration of the animation. |
Return Value
The builder instance for chaining.
See Also
- interface ISVGElementBuilder
- interface IAnimationTimingAttributeSetter
- class SVGBuilderExtensions
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG
Min<TBuilder>(this TBuilder, Media)
Sets the ‘min’ attribute, specifying the minimum duration condition for the animation based on media.
public static TBuilder Min<TBuilder>(this TBuilder builder, Media value)
where TBuilder : ISVGElementBuilder, IAnimationTimingAttributeSetter
Parameter | Description |
---|---|
TBuilder | The type of the SVG element builder. |
builder | The SVG element builder. |
value | The media-related minimum duration condition for the animation. |
Return Value
The builder instance for chaining.
See Also
- enum Media
- interface ISVGElementBuilder
- interface IAnimationTimingAttributeSetter
- class SVGBuilderExtensions
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG