Property Fill
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Core.dll
Fill
Gets or sets the attribute can be used to maintain the value of the animation after the active duration of the animation element ends.
string Fill { get; set; }
Property Value
- string
This attribute can have the following values:
- freeze The animation effect F(t) is defined to freeze the effect value at the last value of the active duration. The animation effect is "frozen" for the remainder of the document duration.
- remove The animation effect is removed (no longer applied) when the active duration of the animation is over. After the active end of the animation, the animation no longer affects the target. This is the default value.