Skip to content

Commit 0d5ee9a

Browse files
joelkeslerleonsenft
authored andcommitted
fix(docs): link formatting in "Animating your Application with CSS"
One of the links in `Animating your Application with CSS` page has a formatting bug for one of it's links. (cherry picked from commit b24b4cb)
1 parent 6a02320 commit 0d5ee9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • adev/src/content/guide/animations

adev/src/content/guide/animations/css.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ You can use css-grid to animate to auto height.
7070
<docs-code header="auto-height.css" path="adev/src/content/examples/animations/src/app/native-css/auto-height.css" />
7171
</docs-code-multifile>
7272

73-
If you don't have to worry about supporting all browsers, you can also check out `calc-size()`, which is the true solution to animating auto height. See [MDN's docs](https://developer.mozilla.org/en-US/docs/Web/CSS/calc-size) and (this tutorial)[https://frontendmasters.com/blog/one-of-the-boss-battles-of-css-is-almost-won-transitioning-to-auto/] for more information.
73+
If you don't have to worry about supporting all browsers, you can also check out `calc-size()`, which is the true solution to animating auto height. See [MDN's docs](https://developer.mozilla.org/en-US/docs/Web/CSS/calc-size) and [this tutorial](https://frontendmasters.com/blog/one-of-the-boss-battles-of-css-is-almost-won-transitioning-to-auto/) for more information.
7474

7575
### Animate entering and leaving a view
7676

0 commit comments

Comments
 (0)