Skip to content

Commit 2811211

Browse files
committed
minor fixes
1 parent 2eb4251 commit 2811211

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
@@ -431,7 +431,7 @@ 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

434-
So browsers apply `transform` "on top" of existing Layout and Paint calculations, in the Composite stage.
434+
...So browsers apply `transform` "on top" of existing Layout and Paint calculations, in the Composite stage.
435435

436436
In other words, the browser calculates the Layout (sizes, positions), paints it with colors, backgrounds, etc at the Paint stage, and then applies `transform` to element boxes that need it.
437437

0 commit comments

Comments
 (0)