[AN/USER] feat: 애니메이션 수정 축제 로딩 개선(#876) #882
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📌 관련 이슈
✨ PR 세부 내용
커스텀 애니메이션 적용
상세화면으로 들어가는 것들은 모두 slide 를 사용했습니다.
검색 화면은 fade 로 들어갑니다.
페이징 방식 변경
스크롤 이벤트가 발생했을 때 리사이클러뷰 바닥에 도달하면 요청
바닥에 도달해야지만 재요청하기 때문에 문제 발생
바인드되는 시점에 람다 함수를 실행. 바인드는 실제로 보이기 이전에 발생하기 때문에 보다 자연스러운 스크롤이 가능.
물론 겁나 빨리 스크롤하면 끊김.