feat(settings): block interactions while animating
This commit is contained in:
@@ -38,6 +38,8 @@ export const useSettingsStore = defineStore("settings", {
|
||||
menuOffsets: [0, -48, -48, -48] as [number, number, number, number],
|
||||
menuYOffset: 72,
|
||||
|
||||
animatingNotification: false,
|
||||
|
||||
isIntro: true,
|
||||
isOutro: false,
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user