fix: disable fullscreen table token animation
This commit is contained in:
@@ -354,6 +354,13 @@ input:focus-visible {
|
||||
--sd-easing: cubic-bezier(0.16, 1, 0.3, 1);
|
||||
}
|
||||
|
||||
[data-streamdown="table-fullscreen"] [data-sd-animate] {
|
||||
animation: none;
|
||||
filter: none;
|
||||
opacity: 1;
|
||||
transform: none;
|
||||
}
|
||||
|
||||
.agent-chart-line {
|
||||
animation: agent-chart-line-in 220ms cubic-bezier(0.22, 1, 0.36, 1) both;
|
||||
transform-origin: center;
|
||||
|
||||
Reference in New Issue
Block a user