mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-11 14:10:15 -07:00
animationSpinHalfPause
This commit is contained in:
@@ -253,6 +253,17 @@ export const animationEnterScaleUp = keyframes`
|
||||
//rotate: 0;
|
||||
}`;
|
||||
|
||||
export const animationSpinHalfPause = keyframes`
|
||||
0% {
|
||||
transform: rotate(0deg) scale(1);
|
||||
}
|
||||
66% {
|
||||
transform: rotate(180deg) scale(1);
|
||||
}
|
||||
100% {
|
||||
transform: rotate(180deg);
|
||||
}`;
|
||||
|
||||
|
||||
// Box/Text Shadow
|
||||
|
||||
|
||||
Reference in New Issue
Block a user