-
Notifications
You must be signed in to change notification settings - Fork 2
[FE] [04-09] 페이지 간 이동시 보여줄 화면 제작 #99
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
Conversation
- 페이지 간 이동 시 보일 화면 - 빨려들어가는 듯한 애니메이션 구현
- Space Warp 관련 상수들 분리
- constanst 파일에 옮긴 상수들을 삭제함
MinboyKim
left a comment
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.
고생많으셨습니다! 🐧
매직넘버 상수화까지 잘해주셨네요 👍👍
점점 더 빠르게 가속되는 애니메이션을 넣어도 좋을것 같아요 베리굿굿
bananaba
left a comment
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.
LGTM
- 사용하지 않는 useState import 삭제
d94b0f6
- 쓰지 않는 코드 삭제
MinboyKim
left a comment
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.
LGTM 🐧
📎 이슈번호
#98
📃 변경사항
📌 중점적으로 볼 부분
🎇 동작 화면
2023-11-17.12.31.21.mov
💫 기타사항
색상같은 것은 임시로 해두었습니다.
디자인 확정이 아니라 대략적인 느낌만 봐주시면 될 것 같습니다.
몇 초 지난 후 화면의 중앙부터 서서히 흰색으로 변하는 애니메이션을 구현할까 했는데...
기존 backgroundStars 컴포넌트를 변형하여 만들었습니다.
우주공간의 x, z 범위는 줄이고 y 범위를 늘렸습니다.
y범위의 끝에서 카메라가 서서히 내려가는 식으로 동작합니다.
카메라가 우주의 끝을 넘어서면 더이상 애니메이션이 보이지 않습니다.
실제로는 몇 초간만 보여주고 끝낼 화면이라 그 부분은 신경쓰지 않았습니다.