Skip to content

Commit

Permalink
Updated animation demo links
Browse files Browse the repository at this point in the history
  • Loading branch information
captainbrosset committed Aug 25, 2023
1 parent 0204127 commit f54e22a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion devtools-animated-property-issue/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ This demo webpage shows two animations. The first one animates the `width` and `

The **Issues** and **Elements** tools now show a warning when an animation that uses a CSS property that requires layout is running on the page.

To learn more, see [Microsoft Edge DevTools 114 What's New](https://learn.microsoft.com/microsoft-edge/devtools-guide-chromium/whats-new/2023/06/devtools-114#the-issues-tool-and-styles-pane-warn-about-css-properties-that-trigger-layout).
To learn more, see [The Issues tool and Styles pane warn about CSS properties that trigger Layout](https://learn.microsoft.com/microsoft-edge/devtools-guide-chromium/whats-new/2023/06/devtools-114#the-issues-tool-and-styles-pane-warn-about-css-properties-that-trigger-layout) in _What's New in DevTools (Microsoft Edge 114)_.
2 changes: 1 addition & 1 deletion devtools-animated-property-issue/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h1>DevTools issue: animating a CSS property that requires layout</h1>

<p>The <strong>Issues</strong> and <strong>Elements</strong> tools now show a warning when an animation that uses a CSS property that requires layout is running on the page.</p>

<p>To learn more, see <a href="https://learn.microsoft.com/microsoft-edge/devtools-guide-chromium/whats-new/2023/06/devtools-114#the-issues-tool-and-styles-pane-warn-about-css-properties-that-trigger-layout">Microsoft Edge DevTools 114 What's New</a>.</p>
<p>To learn more, see <a href="https://learn.microsoft.com/microsoft-edge/devtools-guide-chromium/whats-new/2023/06/devtools-114#the-issues-tool-and-styles-pane-warn-about-css-properties-that-trigger-layout">The Issues tool and Styles pane warn about CSS properties that trigger Layout</a> in <em>What's New in DevTools (Microsoft Edge 114)</em>.</p>

<div class="wrapper">
<div class="animation-demo bad">
Expand Down

0 comments on commit f54e22a

Please sign in to comment.