animationSpinHalfPause

This commit is contained in:
Enrico Ros
2025-09-16 12:48:38 -07:00
parent a828ea45aa
commit ba3290f4e1
+11
View File
@@ -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