Chartbreaker
    Preparing search index...

    Interface SVGAnimatedNumberList

    The SVGAnimatedNumberList interface represents a list of attributes of type <number> which can be animated.

    MDN Reference

    interface SVGAnimatedNumberList {
        animVal: SVGNumberList;
        baseVal: SVGNumberList;
    }
    Index

    Properties

    Properties

    animVal: SVGNumberList

    The animVal read-only property of the SVGAnimatedNumberList interface represents the current animated value of an animatable attribute that accepts a list of <number> values.

    MDN Reference

    baseVal: SVGNumberList

    The baseVal read-only property of the SVGAnimatedNumberList interface represents the base (non-animated) value of an animatable attribute that accepts a list of <number> values.

    MDN Reference