Skip to content

Commit

Permalink
Merge branch 'main' into clarify_replit_usage
Browse files Browse the repository at this point in the history
  • Loading branch information
sukairaida committed Sep 7, 2024
2 parents 61331c0 + 82ac418 commit ec5f6a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion advanced_html_css/animation/transforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ Another benefit of `transform` is that it can be hardware-accelerated via a devi
<div class="lesson-content__panel" markdown="1">

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.

Expand Down

0 comments on commit ec5f6a0

Please sign in to comment.