-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
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
Feature/#178 페이지 리사이징 기능 확장 #179
The head ref may contain hidden characters: "Feature/#178_\uD398\uC774\uC9C0_\uB9AC\uC0AC\uC774\uC9D5_\uAE30\uB2A5_\uD655\uC7A5"
Conversation
style={{ | ||
width: `${size.width}px`, | ||
height: `${size.height}px`, | ||
transform: `translate(${position.x}px, ${position.y}px)`, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
여기가 애니메이션이 일어나지 않고 transform을 통해 GPU로 composite레이어 상에서 변환이 일어나게 해주는 부분이군요.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
맞습니다! 그런데 위치조절할때는 composition만 되지만, 사이즈를 조절하는거는 레이아웃부터 다 일어납니다!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수고하셨습니다 ..!! 메모를 보니 얼마나 머리를 굴리셨을지.. 느껴졌습니다.
점화식 짜는건 어려우면서도 내 의도대로 돌아가는 순간 느껴지는 그 쾌감..
코딩테스트에서 많이 느꼇던것 같네요..(이런..)
고생하셨습니다.
고생하셨습니다! 각 방향별로 모두 처리를 해줘야 하는군요... |
📝 변경 사항
🔍 변경 사항 설명
🙏 질문 사항
📷 스크린샷 (선택)
2024-11-24.7.27.13.mov
✅ 작성자 체크리스트