Reduce fade in time

pull/37/head
Varun Patil 2022-09-12 12:25:52 -07:00
parent 43f75514d0
commit dfa71bcd18
4 changed files with 7 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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; }

View File

@ -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;