baseVal property
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. Setter throws DOMException.
Implementation
external String get baseVal;
Implementation
external set baseVal(String value);