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