story-kit: start 73_story_fade_out_completed_agents
This commit is contained in:
@@ -226,3 +226,13 @@ body,
|
||||
.pulse {
|
||||
animation: pulse 1.5s infinite;
|
||||
}
|
||||
|
||||
/* Agent entry fade-out for completed/failed agents */
|
||||
@keyframes agentFadeOut {
|
||||
from {
|
||||
opacity: 1;
|
||||
}
|
||||
to {
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user