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 T AnimVal { get; }
Property Value
true
if [anim value]; otherwise, false
.
See Also
- class SVGAnimatedValue<T>
- package com.aspose.html.Dom.Svg.DataTypes
- package Aspose.HTML