From 82ac4183bffc646ecd142c4afe8b3b100f0e152f Mon Sep 17 00:00:00 2001
From: c8in4 <106409156+c8in4@users.noreply.github.com>
Date: Sun, 8 Sep 2024 01:43:41 +1200
Subject: [PATCH] Transforms: Replace perpsective article (#28755)
---
advanced_html_css/animation/transforms.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/advanced_html_css/animation/transforms.md b/advanced_html_css/animation/transforms.md
index 76e79c8d29f..99c35cbf13b 100644
--- a/advanced_html_css/animation/transforms.md
+++ b/advanced_html_css/animation/transforms.md
@@ -272,7 +272,7 @@ Another benefit of `transform` is that it can be hardware-accelerated via a devi
1. Take a look at this [MDN demonstration of `rotate3d`](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-function/rotate3d()) then read more about the property in this [Quackit article on `rotate3d`](https://www.qhmit.com/css/functions/css_rotate3d_function.cfm).
-1. Learn more about [the `perspective` property on CSS Tricks](https://css-tricks.com/how-css-perspective-works/).
+1. Learn more about [perspective in CSS](https://3dtransforms.desandro.com/perspective).
1. MDN has another great [demonstration using `translate3d`](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-function/translate3d()).
1. Go through [The World of CSS Transforms](https://www.joshwcomeau.com/css/transforms/) by Josh Comeau.