We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
top/left vs translate (feat: 브라우저 렌더링)
예전에 아마존 미션 때 배웠던 내용인데 복습 차원에서 다시 정리해봤습니다. 아무 생각 없이 transform: translate를 쓰고 있는 거 같아서 브라우저가 이를 어떻게 처리하는지에 대해 다시 공부해봤어요!
transform: translate
The text was updated successfully, but these errors were encountered:
aken-you
No branches or pull requests
Blog Link
top/left vs translate (feat: 브라우저 렌더링)
Description
예전에 아마존 미션 때 배웠던 내용인데 복습 차원에서 다시 정리해봤습니다.
아무 생각 없이
transform: translate
를 쓰고 있는 거 같아서 브라우저가 이를 어떻게 처리하는지에 대해 다시 공부해봤어요!The text was updated successfully, but these errors were encountered: