Skip to content

Commit

Permalink
fix: content
Browse files Browse the repository at this point in the history
  • Loading branch information
yashrajbharti committed Dec 7, 2024
1 parent 6798500 commit d093ef7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
3 changes: 0 additions & 3 deletions files/en-us/web/api/svganimatedlengthlist/animval/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ This property provides access to the current animated state of the attribute as

An {{domxref("SVGLengthList")}} object representing the animated value of the attribute. The list contains one or more items corresponding to the individual lengths, percentages, or numbers specified in the attribute.

- If the attribute is being animated, `animVal` reflects the animation's progress in real time.
- If the attribute is not animated, `animVal` is identical to {{domxref("SVGAnimatedLengthList.baseVal")}}.

## Specifications

{{Specifications}}
Expand Down
4 changes: 1 addition & 3 deletions files/en-us/web/api/svganimatedlengthlist/baseval/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ This property provides access to the initial or static value of the associated a

## Value

An {{domxref("SVGLengthList")}} object representing the base value of the attribute. The list contains one or more items corresponding to the individual lengths, percentages, or numbers specified in the attribute.

- Changes to the `SVGLengthList` reflected by `baseVal` directly update the attribute on the SVG element.
An {{domxref("SVGLengthList")}} object representing the base value of the attribute.

## Specifications

Expand Down

0 comments on commit d093ef7

Please sign in to comment.