feat(nds): tweak animations durations
This commit is contained in:
@@ -43,7 +43,7 @@ export const useContactStore = defineStore("contact", {
|
||||
duration: 0.1,
|
||||
ease: "none",
|
||||
},
|
||||
2,
|
||||
1,
|
||||
)
|
||||
.fromTo(
|
||||
this.intro,
|
||||
@@ -53,7 +53,7 @@ export const useContactStore = defineStore("contact", {
|
||||
duration: 0.1,
|
||||
ease: "none",
|
||||
},
|
||||
2.15,
|
||||
1.15,
|
||||
)
|
||||
.fromTo(
|
||||
this.intro,
|
||||
@@ -67,7 +67,7 @@ export const useContactStore = defineStore("contact", {
|
||||
duration: 0.1,
|
||||
ease: "none",
|
||||
},
|
||||
2.3,
|
||||
1.3,
|
||||
)
|
||||
.call(() => {
|
||||
this.isIntro = false;
|
||||
@@ -104,7 +104,7 @@ export const useContactStore = defineStore("contact", {
|
||||
this.isOutro = false;
|
||||
const app = useAppStore();
|
||||
app.navigateTo("home");
|
||||
}, 2000);
|
||||
}, 1000);
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user