From e3c8958fac80ccc19acb5320f00e16915f610eaf Mon Sep 17 00:00:00 2001 From: Pi-Cla Date: Mon, 18 Mar 2024 09:52:49 -0600 Subject: [PATCH] Link to section on CSS Transitions instead of Mozilla page --- www/content/docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/content/docs.md b/www/content/docs.md index 9c6396902..76ae221f8 100644 --- a/www/content/docs.md +++ b/www/content/docs.md @@ -1037,7 +1037,7 @@ Note that all client side validations must be re-done on the server side, as the ## Animations -Htmx allows you to use [CSS transitions](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Transitions/Using_CSS_transitions) +Htmx allows you to use [CSS transitions](#css_transitions) in many situations using only HTML and CSS. Please see the [Animation Guide](@/examples/animations.md) for more details on the options available.