ease animation for spinnger, changing launch screen
This commit is contained in:
parent
1a4bdc067b
commit
7afdc42804
@ -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 |
Loading…
Reference in New Issue
Block a user