Skip to content

Commit

Permalink
Domain csstriggers.com was dropped. Need to remove. (#2861)
Browse files Browse the repository at this point in the history
Domain csstriggers.com was dropped (2022 Aug 27). Need to remove.
  • Loading branch information
Jackky90 committed May 15, 2024
1 parent 9329dbc commit c743171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guide/built-ins/transition.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down

0 comments on commit c743171

Please sign in to comment.