Enum AnimationFill
Enum AnimationFill
Namespace: Aspose.Svg.Builder
Assembly: Aspose.SVG.dll (25.5.0)
Specifies the behavior of the animation before and after its execution.
[ComVisible(true)]
public enum AnimationFill
Fields
Freeze = 0
The animation will apply the property values for the time the animation ended.
When set to ‘freeze’, the animation effect is retained after the animation completes.
Remove = 1
The animation will not apply any values after it finishes executing.
When set to ‘remove’, the animation effect is not retained and the element returns to its initial state.
Remarks
The ‘fill’ attribute in SVG animations controls what values are applied by the animation outside the time it is executing. This enum provides options for controlling these behaviors.