faster skeleton anims

This commit is contained in:
end-4 2024-04-17 19:26:49 +07:00
parent c613e841de
commit 4bb2e68a54

View file

@ -571,7 +571,7 @@ $skeleton-accent: mix($secondary, $onSecondary, 50%);
background-repeat: no-repeat;
background: linear-gradient(to right, $layer3 0%, $skeleton-accent 25%, $layer3 50%, $layer3 100%);
background-size: 500% 500%;
animation: sidebar-chat-message-skeletonline-anim 3s linear;
animation: sidebar-chat-message-skeletonline-anim 2s linear;
animation-iteration-count: infinite;
}
@ -579,7 +579,7 @@ $skeleton-accent: mix($secondary, $onSecondary, 50%);
background-repeat: no-repeat;
background: linear-gradient(to right, $layer3 0%, $layer3 50%, $skeleton-accent 75%, $layer3 100%);
background-size: 500% 500%;
animation: sidebar-chat-message-skeletonline-anim 3s linear;
animation: sidebar-chat-message-skeletonline-anim 2s linear;
animation-iteration-count: infinite;
}
@ -588,7 +588,7 @@ $skeleton-accent: mix($secondary, $onSecondary, 50%);
background-repeat: no-repeat;
background: linear-gradient(to right, $layer3 0%, $layer3 25%, $skeleton-accent 50%, $layer3 75%, $layer3 100%);
background-size: 500% 500%;
animation: sidebar-chat-message-skeletonline-anim 3s linear;
animation: sidebar-chat-message-skeletonline-anim 2s linear;
animation-iteration-count: infinite;
}