mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-07 01:09:54 +08:00
fix: set affine loading speed to 2
This commit is contained in:
@@ -21,6 +21,7 @@ export const AffineLoading: FC<AffineLoadingProps> = ({
|
|||||||
return (
|
return (
|
||||||
<InternalLottie
|
<InternalLottie
|
||||||
key={isDark ? 'dark' : 'light'}
|
key={isDark ? 'dark' : 'light'}
|
||||||
|
speed={2}
|
||||||
options={{
|
options={{
|
||||||
loop,
|
loop,
|
||||||
autoplay,
|
autoplay,
|
||||||
|
|||||||
Reference in New Issue
Block a user