mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
faster skeleton anims
This commit is contained in:
parent
c613e841de
commit
4bb2e68a54
1 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue