💄 feat(playground): chat streaming animation
This commit is contained in:
@@ -419,4 +419,18 @@ pre:hover .copy-code-button {
|
||||
padding: 12px 16px;
|
||||
margin: 12px 0;
|
||||
border-radius: 0 6px 6px 0;
|
||||
}
|
||||
|
||||
@keyframes fade-in {
|
||||
0% {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
100% {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.animate-fade-in {
|
||||
animation: fade-in 0.4s ease-in-out both;
|
||||
}
|
||||
Reference in New Issue
Block a user