From c7431714d65c75d52a6a78cbbe4dbd3d50b98d03 Mon Sep 17 00:00:00 2001 From: Pavel <49349165+Jackky90@users.noreply.github.com> Date: Wed, 15 May 2024 15:22:22 +0200 Subject: [PATCH] Domain csstriggers.com was dropped. Need to remove. (#2861) Domain csstriggers.com was dropped (2022 Aug 27). Need to remove. --- src/guide/built-ins/transition.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/built-ins/transition.md b/src/guide/built-ins/transition.md index 7885307e23..c60abcf3cb 100644 --- a/src/guide/built-ins/transition.md +++ b/src/guide/built-ins/transition.md @@ -324,7 +324,7 @@ You may notice that the animations shown above are mostly using properties like 2. Most modern browsers can leverage GPU hardware acceleration when animating `transform`. -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. +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. ## JavaScript Hooks {#javascript-hooks}