Skip to content

Commit c743171

Browse files
authored
Domain csstriggers.com was dropped. Need to remove. (#2861)
Domain csstriggers.com was dropped (2022 Aug 27). Need to remove.
1 parent 9329dbc commit c743171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/built-ins/transition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ You may notice that the animations shown above are mostly using properties like
324324

325325
2. Most modern browsers can leverage GPU hardware acceleration when animating `transform`.
326326

327-
In comparison, properties like `height` or `margin` will trigger CSS layout, so they are much more expensive to animate, and should be used with caution. We can check resources like [CSS-Triggers](https://csstriggers.com/) to see which properties will trigger layout if we animate them.
327+
In comparison, properties like `height` or `margin` will trigger CSS layout, so they are much more expensive to animate, and should be used with caution.
328328

329329
## JavaScript Hooks {#javascript-hooks}
330330

0 commit comments

Comments
 (0)