Skip to content

Commit

Permalink
feat: progress img_cconnecting 이미지 수정
Browse files Browse the repository at this point in the history
- 기존의 애니메이션을 apng로 변경
  • Loading branch information
Tnks2U committed Sep 25, 2024
1 parent f58a227 commit 9cac4fb
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 81 deletions.
17 changes: 0 additions & 17 deletions src/styles/assets/progress_connecting1.svg

This file was deleted.

18 changes: 0 additions & 18 deletions src/styles/assets/progress_connecting2.svg

This file was deleted.

18 changes: 0 additions & 18 deletions src/styles/assets/progress_connecting3.svg

This file was deleted.

18 changes: 0 additions & 18 deletions src/styles/assets/progress_connecting4.svg

This file was deleted.

Binary file added src/styles/assets/progress_connecting_ext.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 5 additions & 10 deletions src/styles/entry/Progress.scss
Original file line number Diff line number Diff line change
Expand Up @@ -131,17 +131,12 @@
margin-top: 20px;
}

@keyframes connecting_img {
0% { background-image: url(../../styles/assets/progress_connecting1.svg); }
25% { background-image: url(../../styles/assets/progress_connecting2.svg); }
50% { background-image: url(../../styles/assets/progress_connecting3.svg); }
75% { background-image: url(../../styles/assets/progress_connecting4.svg); }
100% { background-image: url(../../styles/assets/progress_connecting1.svg); }
}
.img_connecting {
animation: connecting_img 4s infinite;
width: 120px;
height: 75px;
background-image: url(../../styles/assets/progress_connecting_ext.png);
background-size: cover;
margin-top: -10px;
width: 140px;
height: 90px;
}

.button-group {
Expand Down

0 comments on commit 9cac4fb

Please sign in to comment.