Skip to content
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

보드판 애니메이션 개선 #71

Merged
merged 4 commits into from
Nov 12, 2024
Merged

보드판 애니메이션 개선 #71

merged 4 commits into from
Nov 12, 2024

Conversation

eshc123
Copy link
Member

@eshc123 eshc123 commented Oct 29, 2024

주요 내용

  • 인증 여부에 따른 애니메이션 -> 상태 기반 애니메이션
  • 이전 상태가 없는 경우(ViewModel 초기화 후 최초로 데이터 불러올 때)에는 보드판에 캐릭터를 바로 보여주고
    이전 상태가 있는 경우, 이전 상태와 새로 불러온 상태를 비교하여 캐릭터의 보드칸 위치가 변경되는 경우 애니메이션과 함께 이동을 합니다.
  • 각 캐릭터마다 애니메이션이 적용되어 동시에 여러 캐릭터들이 움직일 수도 있습니다.
  • 애니메이션과 아이템 획득 다이얼로그를 상태가 변경되었는지에 따라 보여주기 때문에 버그였던 중복 처리 문제도 해결하였습니다.

Screen_Recording_20241027_112213-ezgif com-resize (1)

@eshc123 eshc123 requested a review from bywindow October 29, 2024 13:52
@eshc123 eshc123 self-assigned this Oct 29, 2024
Copy link
Collaborator

@bywindow bywindow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

늦게 리뷰해서 죄송합니다ㅜㅜ
따봉드려요👍

@eshc123 eshc123 merged commit b66a3f7 into dev Nov 12, 2024
1 check passed
@eshc123 eshc123 deleted the feature/mod-board-piece branch November 12, 2024 10:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants