Reduce fade in time
parent
43f75514d0
commit
dfa71bcd18
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -166,8 +166,9 @@ export default {
|
|||
filter: brightness(50%);
|
||||
|
||||
opacity: 1;
|
||||
transition: opacity 0.3s ease, filter 0.2s ease-in-out;
|
||||
transition: opacity 0.15s ease, filter 0.2s ease-in-out;
|
||||
will-change: opacity, filter;
|
||||
transform: translateZ(0);
|
||||
&.p-loading { opacity: 0; }
|
||||
&.p-load-fail { display: none; }
|
||||
|
||||
|
|
|
@ -277,8 +277,9 @@ img {
|
|||
cursor: pointer;
|
||||
width: 100%; height: 100%;
|
||||
opacity: 1;
|
||||
transition: opacity 0.3s ease;
|
||||
transition: opacity 0.15s ease;
|
||||
will-change: opacity;
|
||||
transform: translateZ(0);
|
||||
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
-webkit-touch-callout: none;
|
||||
|
|
Loading…
Reference in New Issue