idk if its possible but
lets say i have a animate or whileInView
and i have delay on the animation like that
IDK,如果可能,但假设我有一个动画,或者当InView和我有动画延迟时
varinats={
initial:{opacity:0},
whileInView:{
opacity:1,
transition:{delay:1}
},
}
i want to make it wait 2s and then run the animation and the animation delay work also
我想让它等待2秒,然后运行动画和动画延迟工作
i tried to add the global transition prop but didnt work
我试图添加全球过渡道具,但没有工作
varinats={
initial:{opacity:0},
whileInView:{
opacity:1,
transition:{delay:1}
},
//---global transition---
transition:{delay:2}
}
更多回答
优秀答案推荐
There's a typo in variants
: varinats
.
在变体中有一个打字错误:varinats。
更多回答
can u elaborate more please or put a link for more details
你能更详细地描述一下吗?或者给出一个链接来了解更多的细节
我是一名优秀的程序员,十分优秀!