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.
개요
기타
홈 페이지 슬라이드 플립 애니메이션
기존의 루트 페이지에서는 아래와 같이 넓은 범위를 차지하는 이미지 슬라이드를 버튼으로 통제하고, 자동으로 일정 시간 마다 슬라이드가 변경되도록 구현되었다면,
변경된 루트 페이지는 배경을 wepm or mp4 를 사용하는 영상으로 지정하고, 카드를 플립하여 전환하는 애니메이션의 슬라이드 형태로 변경함
이번에 변경된 슬라이드를 통제하는 버튼의 경우 < = > 형태로 구성하였음. 각각 이전 슬라이드, 중단, 다음 슬라이드 역할을 수행하며, 중단하는 경우에는 ▶ 버튼으로 바뀌며, 토글 형식으로 중단/실행을 처리할 수 있도록 하였음.
또한, 슬라이드 위에 마우스를 호버하면 애니메이션을 중단하고, 마우스 포인터가 해당 요소에서 벗어나면, 애니메이션이 자동으로 재시작되도록 하였음
향후 계획(#26 )