wip: desktop work
This commit is contained in:
13
packages/ui/src/styles/animations.css
Normal file
13
packages/ui/src/styles/animations.css
Normal file
@@ -0,0 +1,13 @@
|
||||
:root {
|
||||
--animate-pulse: pulse-opacity 2s ease-in-out infinite;
|
||||
}
|
||||
|
||||
@keyframes pulse-opacity {
|
||||
0%,
|
||||
100% {
|
||||
opacity: 0;
|
||||
}
|
||||
50% {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user