-
Notifications
You must be signed in to change notification settings - Fork 0
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
[1.2.0/AN-FEAT, AN-UI] 포켓몬 스탯 프로그레스 바에 애니메이션 적용 #484
Conversation
포켓로그 인 게임에서 보여주는 것으로 정의한다
기존의 StatuiModel2 삭제
현재 화면과 같은 포켓몬이면 토스트 메시지 다른 포켓몬이면 화면 이동
…okemon-stats-animation
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.
애니메이션 좋은데열~~ ㅋㅋㅋ
binding.progressBarStat.apply { | ||
startAnimation( | ||
animation(from = 0f, to = stat.amount.toFloat()).apply { | ||
duration = ANIMATION_DURATION | ||
}, | ||
) | ||
} | ||
} |
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.
오 생각보다 간단하게 되는 군요 ㅋㅋㅋ
progressBar.progress = value.toInt() | ||
progressBar.apply { | ||
progress = value.toInt() | ||
} |
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.
progressBar.progress = value.toInt() | |
progressBar.apply { | |
progress = value.toInt() | |
} | |
progressBar.progress = value.toInt() |
중복되는 내용이 있습니다!
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.
너무 귀여워용~
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.
대박 앱이 점점 살아움직인다 !! 고생하셨습니다 👍
작업 영상
default.webm
작업한 내용
PR 포인트
🚀Next Feature
글쎄요...?