SVGAnimatedNumberList

Overview

The SVGAnimatedNumber interface is used for attributes which take a list of numbers and which can be animated.

Location

Properties


animVal

 

property animVal: dynamic read;

 

dynamic animVal { get; }

 

var animVal: dynamic { get{} }

 

dynamic animVal { __get; }

 

ReadOnly Property animVal() As dynamic