AnimationFill Enum

AnimationFill enumeration

Specifies the behavior of the animation before and after its execution.

public enum AnimationFill

Values

NameValueDescription
Freeze0The animation will apply the property values for the time the animation ended.
Remove1The animation will not apply any values after it finishes executing.

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.

See Also