fix(ui-dioxus): remove CSS animations causing 30% CPU in Blitz renderer

This commit is contained in:
Hibryda 2026-03-19 06:31:48 +01:00
parent d5172275e2
commit 6f9607d1ba
2 changed files with 1 additions and 8 deletions

View file

@ -38,7 +38,7 @@ pub fn TerminalArea(lines: Vec<TerminalLine>) -> Element {
div { class: "terminal-line",
span { class: "terminal-prompt", "$ " }
span {
style: "animation: pulse 1s step-end infinite; color: var(--ctp-text);",
style: "color: var(--ctp-text);",
"\u{2588}"
}
}