mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-02-06 07:03:51 +01:00
docs(home): improve pro animation start time
This commit is contained in:
@@ -700,9 +700,9 @@ function getStepY (step: number) {
|
|||||||
// Hooks
|
// Hooks
|
||||||
|
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
nextTick(() => {
|
setTimeout(() => {
|
||||||
start.value = top.value
|
start.value = top.value + y.value
|
||||||
})
|
}, 100)
|
||||||
})
|
})
|
||||||
|
|
||||||
// Slots Data
|
// Slots Data
|
||||||
|
|||||||
Reference in New Issue
Block a user