mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-05-21 15:36:48 +00:00
feat: add skeleton
This commit is contained in:
@@ -92,6 +92,18 @@
|
||||
transform: translateY(-8px);
|
||||
}
|
||||
}
|
||||
|
||||
--animate-skeleton-entrance: skeleton-entrance 0.35s ease-out forwards;
|
||||
@keyframes skeleton-entrance {
|
||||
0% {
|
||||
opacity: 0;
|
||||
transform: scaleX(0);
|
||||
}
|
||||
100% {
|
||||
opacity: 1;
|
||||
transform: scaleX(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@theme inline {
|
||||
|
||||
Reference in New Issue
Block a user