[#110] 이미지 로딩 중 배경 색상 표시 #111
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.
📝 작업 내용
📷 스크린샷 (선택)
👀 새로 알게 된 내용 (선택)
background
:linear-gradient
를 설정해서 스켈레톤 애니메이션으로 보여줄 배경을 설정합니다.background-size
: gradient 배경의 가로 너비를 크게 늘립니다. 늘어날 배경을 움직여서 애니메이션을 구현합니다.background-repeat
:no-repeat
으로 설정해서 background가 하나만 표시되도록 합니다.background-position
: gradient 배경을 animation으로 이동시킵니다.💬 리뷰어에게 남길 말 (선택)