diff options
| author | David Hill <[email protected]> | 2025-12-12 22:50:50 +0000 |
|---|---|---|
| committer | David Hill <[email protected]> | 2025-12-12 22:50:50 +0000 |
| commit | dbc84ff4c347aa446e18b80ef1811c5fd9c886f9 (patch) | |
| tree | d4b4640a6f90ad62b57d6942a2fe3fef232f86bf /packages/ui/src/styles/animations.css | |
| parent | c11ea3fd923957d8f6c94878e69babdbad194e31 (diff) | |
| parent | 3c3a0f8afbc1325ab53985995826f5ccf6c80737 (diff) | |
| download | opencode-dbc84ff4c347aa446e18b80ef1811c5fd9c886f9.tar.gz opencode-dbc84ff4c347aa446e18b80ef1811c5fd9c886f9.zip | |
Merge branch 'dev' of https://github.com/sst/opencode into dev
Diffstat (limited to 'packages/ui/src/styles/animations.css')
| -rw-r--r-- | packages/ui/src/styles/animations.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/ui/src/styles/animations.css b/packages/ui/src/styles/animations.css index 5fcebb93f..0ae3493eb 100644 --- a/packages/ui/src/styles/animations.css +++ b/packages/ui/src/styles/animations.css @@ -12,6 +12,16 @@ } } +@keyframes pulse-opacity-dim { + 0%, + 100% { + opacity: 0; + } + 50% { + opacity: 0.3; + } +} + @keyframes fadeUp { from { opacity: 0; |
