fix(app): session title turn spinner (#16764)
This commit is contained in:
parent
3742e42fdf
commit
399b8f0701
3 changed files with 94 additions and 37 deletions
|
|
@ -41,6 +41,7 @@ export function Spinner(props: {
|
|||
animation: square.corner
|
||||
? undefined
|
||||
: `${square.outer ? "pulse-opacity-dim" : "pulse-opacity"} ${square.duration}s ease-in-out infinite`,
|
||||
"animation-fill-mode": square.corner ? undefined : "both",
|
||||
"animation-delay": square.corner ? undefined : `${square.delay}s`,
|
||||
}}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue