Skip to content

Commit

Permalink
Merge pull request #53 from entrylabs/issue/7700_2
Browse files Browse the repository at this point in the history
version up 1.4.3
  • Loading branch information
Tnks2U authored Sep 25, 2024
2 parents d838c92 + 5966108 commit fa63b97
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 82 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@entrylabs/modal",
"version": "1.4.2",
"version": "1.4.3",
"description": "",
"main": "lib/component.js",
"module": "lib/component.js",
Expand Down
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 fa63b97

Please sign in to comment.