Skip to content

Commit

Permalink
Update files/en-us/web/api/svganimatedlengthlist/animval/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Estelle Weyl <[email protected]>
  • Loading branch information
yashrajbharti and estelle authored Dec 11, 2024
1 parent d591eb2 commit 674bd18
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions files/en-us/web/api/svganimatedlengthlist/animval/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ browser-compat: api.SVGAnimatedLengthList.animVal

The **`animVal`** read-only property of the {{domxref("SVGAnimatedLengthList")}} interface represents the animated value of an attribute that accepts a list of [`<length>`](/en-US/docs/Web/SVG/Content_type#length), [`<percentage>`](/en-US/docs/Web/SVG/Content_type#percentage), or [`<number>`](/en-US/docs/Web/SVG/Content_type#number) values.

Some SVG attributes, like the `x` attribute of the [`<tspan>`](/en-US/docs/Web/SVG/Element/tspan), `x`, `y`, `dx`, and `dy` attributes of the [`<text>`](/en-US/docs/Web/SVG/Element/text) element, [`viewBox`](/en-US/docs/Web/SVG/Attribute/viewBox) attribute of the [`<svg>`](/en-US/docs/Web/SVG/Element/svg) element and the [`values`](/en-US/docs/Web/SVG/Attribute/values#fecolormatrix) attribute of the [`feColorMatrix`](/en-US/docs/Web/SVG/Element/feColorMatrix) element, accept a list of length, percentages, or numbers as a value.

This property provides access to the current animated state of the attribute as a live {{domxref("SVGLengthList")}} object.
Some SVG attributes, like the `x`, `y`, `dx`, and `dy` attribute of the [`<tspan>`](/en-US/docs/Web/SVG/Element/tspan) and [`<text>`](/en-US/docs/Web/SVG/Element/text) element, accept a list of length, percentages, or numbers as a value. This property provides access to the current animated state of the attribute as a live {{domxref("SVGLengthList")}} object.

## Value

Expand Down

0 comments on commit 674bd18

Please sign in to comment.