Open
Conversation
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.
👽 과제 명세
1주차 과제 심화 세션 기능 추가하였습니다.
🔧 구현 요약 및 새로 배운 점
무한 스크롤
마지막 이미지 이후 첫 이미지로 자연스럽게 이어지는 무한 루프를 구현했습니다.
컨테이너 (.snap-gallery-wrapper)
갤러리 (.snap-gallery)
애니메이션 정의
동작 원리
초기 상태: 갤러리가 오른쪽 끝에서 시작
자동 스크롤: 10초 동안 왼쪽으로 이동
무한 루프: 50% 지점에 도달하면 다시 처음으로 돌아가 반복
사용자 인터랙션: 호버 시 일시정지
📷 결과물
2025-12-19.19.18.02.mov