mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-14 16:46:22 +08:00
feat(core): remove loop animations (#8242)
This commit is contained in:
@@ -12,10 +12,12 @@ const rotate = keyframes({
|
||||
},
|
||||
});
|
||||
export const loading = style({
|
||||
transform: 'rotate(-90deg)',
|
||||
});
|
||||
|
||||
export const rotateAnimation = style({
|
||||
vars: {
|
||||
[speedVar]: '1.5s',
|
||||
},
|
||||
textRendering: 'optimizeLegibility',
|
||||
transform: 'rotate(-90deg)',
|
||||
animation: `${rotate} ${speedVar} infinite linear`,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user