관리 메뉴

Silver Library (Archived)

CSS - transform: translate 본문

Face the fear, build the future/Library of Logging

CSS - transform: translate

Chesed Kim 2022. 11. 25. 20:35
반응형

개요.

The translate() CSS function (1) repositions an element (2) in the horizontal and/or vertical directions. Its result is a <transform-function> data type.

 

예시.

이걸로 백그라운드 배경 이펙트에 써먹을 수 있습니다.

 

참조.

https://developer.mozilla.org/en-US/docs/Web/CSS/transform-function/translate

 

translate() - CSS: Cascading Style Sheets | MDN

The translate() CSS function repositions an element in the horizontal and/or vertical directions. Its result is a <transform-function> data type.

developer.mozilla.org