Se agregaron datos del ticker 2025-08-046
This commit is contained in:
8
src/assets/animate-fade-in-fast.css
Normal file
8
src/assets/animate-fade-in-fast.css
Normal file
@@ -0,0 +1,8 @@
|
||||
@keyframes fadeInFast {
|
||||
from { opacity: 0; transform: translateY(16px) scale(0.98); }
|
||||
to { opacity: 1; transform: translateY(0) scale(1); }
|
||||
}
|
||||
|
||||
.animate-fade-in-fast {
|
||||
animation: fadeInFast 0.12s cubic-bezier(0.4,0,0.2,1);
|
||||
}
|
||||
Reference in New Issue
Block a user