Cocos Creator 3 reset animation to setup pose

Hi, I am wondering if it possible to reset animation to its start keyframes data?.
My node has animation what make it invisible, but after some delay I need to show node again. Is it possible without creating additional animation? Thanks.

You can try to use AnimationState’s setTime API

Also please take a look at Animation documentation to know the relationship between Animation and AnimationState

https://docs.cocos.com/creator/3.0/manual/en/engine/animation/