DOM.SVG.SVGAnimatedLength (dom_svg v0.1.0)

https://svgwg.org/svg2-draft/single-page.html#types-InterfaceSVGAnimatedLength

Link to this section Summary

Link to this section Types

@type t() :: %DOM.SVG.SVGAnimatedLength{
  anim_val: DOM.SVG.SVGLength.t(),
  base_val: DOM.SVG.SVGLength.t()
}