forked from Shinonome/dots-hyprland
faster skeleton anims
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user