FRONTEND·중요도 5·2026. 05. 13.·CSS-Tricks
rotateY()
── KO ──────────────────
rotateY() 함수는 요소를 수직 y축을 기준으로 회전시킨다.
rotateY() 함수는 HTML 요소를 수직 y축을 기준으로 회전시키는 기능을 제공한다. 이 함수는 CSS 스타일을 적용할 때 사용될 수 있으며, 3D 변형 효과를 구현하는 데 유용하다. CSS-Tricks에서는 이 함수에 대한 자세한 설명과 예제를 제공하고 있다.
── EN ──────────────────
The rotateY() function rotates an element around its vertical y-axis.
The rotateY() function allows you to rotate an HTML element around its vertical y-axis. This function can be used when applying CSS styles and is useful for creating 3D transformation effects. CSS-Tricks provides detailed explanations and examples of using this function.