mirror of
https://github.com/ClovertaTheTrilobita/SanYeCao-blog.git
synced 2026-07-03 15:41:26 +00:00
changed animation
This commit is contained in:
parent
f53b492431
commit
490c66f6b7
1 changed files with 6 additions and 7 deletions
|
|
@ -36,18 +36,17 @@
|
|||
height: 2rem;
|
||||
display: grid;
|
||||
place-items: center;
|
||||
opacity: 0;
|
||||
transform: scale(1.3);
|
||||
transform:
|
||||
scale(1.3)
|
||||
translateY(-70px);
|
||||
pointer-events: none;
|
||||
/* transition:
|
||||
opacity 160ms ease,
|
||||
transform 160ms ease; */
|
||||
transition:
|
||||
transform 160ms linear;
|
||||
z-index: 9999;
|
||||
}
|
||||
|
||||
#page-loading-indicator.is-active {
|
||||
opacity: 1;
|
||||
transform: scale(1);
|
||||
transform: scale(1) translateY(0px);
|
||||
}
|
||||
|
||||
.page-loading-spinner {
|
||||
|
|
|
|||
Loading…
Reference in a new issue