ease animation for spinnger, changing launch screen

This commit is contained in:
Andy Pack 2023-01-30 07:23:38 +00:00
parent 1a4bdc067b
commit 7afdc42804
Signed by: sarsoo
GPG Key ID: A55BA3536A5E0ED7
2 changed files with 4 additions and 4 deletions

View File

@ -16,19 +16,19 @@
-webkit-animation-name: spin;
-webkit-animation-duration: 1000ms;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-webkit-animation-timing-function: ease;
-moz-animation-name: spin;
-moz-animation-duration: 1000ms;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-moz-animation-timing-function: ease;
-ms-animation-name: spin;
-ms-animation-duration: 1000ms;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-ms-animation-timing-function: ease;
animation-name: spin;
animation-duration: 1000ms;
animation-iteration-count: infinite;
animation-timing-function: linear;
animation-timing-function: ease;
}
@-ms-keyframes spin {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 12 KiB