SVGAnimatedValue-1.AnimVal

SVGAnimatedValue<T>.AnimVal property

If the given attribute or property is being animated, contains the current animated value of the attribute or property. If the given attribute or property is not currently being animated, contains the same value as baseVal.

public virtual T AnimVal { get; }

Property Value

true if [anim value]; otherwise, false.

See Also