@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="SVGAnimatedString")
public class SVGAnimatedString
extends JsObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
baseVal
BaseVal gets or sets the base value of the given attribute before any animations are applied.The base value of the given attribute before applying any animations.
|
| Modifier | Constructor and Description |
|---|---|
protected |
SVGAnimatedString() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
animVal()
AnimVal attribute or animVal property contains the same value as the baseVal property.If the given attribute or property is being animated, contains the current animated value of the attribute or property.
|
assign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toString_, valueOf_, values@Nonnull public java.lang.String baseVal
@JsProperty(name="animVal") @Nonnull public java.lang.String animVal()