Skip to content

Commit 2eb4251

Browse files
committedJun 24, 2021
minor fixes
1 parent 771aab4 commit 2eb4251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎7-animation/2-css-animations/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ The animations of properties that skip the Layout step are faster. It's even bet
427427

428428
For most CSS properties, the rule is simple: if its change may affect geometry, move elements (even in theory), then it triggers Layout. Otherwise (e.g. a `color` change may not shift elements around), the browser doesn't need to calculate geometry and directly goes to Paint, or even Composite step. You can find a longer list of CSS properties and which stages they trigger at <https://csstriggers.com>.
429429

430-
The `transform` property is special:
430+
The `transform` property is a notable exception:
431431
- CSS transforms affect the target element box as a whole (rotate, flip, stretch, shift it).
432432
- CSS transforms never affect neighbour elements.
433433

0 commit comments

Comments
 (0)
Failed to load comments.