Skip to content

Commit d9332e7

Browse files
authored
Transitions: Suggest stacking context inspector browser extension (#30476)
1 parent 5c78ad8 commit d9332e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

advanced_html_css/animation/transitions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ What's important is that you have a solid understanding of these concepts and ca
8989

9090
1. Read the MDN article for [using CSS transitions](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Transitions/Using_CSS_transitions), including the links in the [Defining transitions](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Transitions/Using_CSS_transitions#defining_transitions) section of the article. Make sure you code along with any examples to become familiar with the syntax.
9191
1. Read this article about [stacking context](https://www.joshwcomeau.com/css/stacking-contexts/).
92+
1. Try out the [CSS Stacking Context inspector](https://chromewebstore.google.com/detail/apjeljpachdcjkgnamgppgfkmddadcki?utm_source=item-share-cb) browser extension to explore stacking contexts on a page, view their hierarchy, and troubleshoot layout or repaint issues.
9293
1. Learn some handy hints on [how to create performant CSS animations](https://web.dev/animations-guide/) and check out the link it provides to [CSS Triggers](https://web.archive.org/web/20220727225220/https://csstriggers.com/) to see how an animatable CSS property may affect others. Look at the difference between the `background-color` and `transform` properties, for example.
9394
1. Read this [interactive guide to transitions](https://www.joshwcomeau.com/animation/css-transitions/).
9495
1. Learn how to [catch and debug repaint issues](https://dzhavat.github.io/2021/02/18/debugging-layout-repaint-issues-triggered-by-css-transition.html).

0 commit comments

Comments
 (0)