feat(settings): improve button animations
This commit is contained in:
@@ -2,8 +2,8 @@ import gsap from "gsap";
|
||||
|
||||
const MODAL_MAX_Y_OFFSET = 106;
|
||||
const BUTTONS_MAX_Y_OFFSET = 20;
|
||||
const BUTTONS_TIME = 0.1;
|
||||
const MODAL_TIME = 0.225;
|
||||
const BUTTONS_TIME = 0.167;
|
||||
const MODAL_TIME = 0.25;
|
||||
|
||||
export const useConfirmationModal = defineStore("confirmationModal", {
|
||||
state: () => ({
|
||||
|
||||
Reference in New Issue
Block a user