feat: 08-ImageCarousel 과제구현 (최병찬) - #40
Open
chan-byeong wants to merge 1 commit into
Open
Conversation
le2yunji
reviewed
Jul 6, 2026
le2yunji
left a comment
Contributor
There was a problem hiding this comment.
애니메이션까지 구현하셨군요 👏 말씀하신 부분 함께 논의해보면 좋을 것 같습니다.
고생하셨습니다!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
📝 과제 요약
💡 설계 및 고민한 부분
단순 이미지 하나만을 보여주는 것이 아니라, 하나의 이미지만을 슬라이딩 윈도우처럼 보여주는 것이 라는 점이 어려웠다.
📖 학습한 내용 및 어려웠던 점 (선택)
onTransitionEnd를 통해 트렌지션이 끝났을 때 이벤트 핸들러를 부착할 수 있다.❓ 질문 사항 (선택)
setIsTransition(true)를 부착해서 transition이 되도록 하고 있는데 개선할 수 있는 방식이 뭐가 있을까 궁금합니다.📸 스크린샷 (선택)