playcanvas / playcanvas-tween

A tween library for PlayCanvas
MIT License
59 stars 46 forks source link

[Feature Request] Add delay event #35

Open marcusx2 opened 2 years ago

marcusx2 commented 2 years ago

We can delay a tween call but there is no event when the delay ends, which makes the method not so useful. Usually when you want to delay a tween, it's to do something before starting. Since there is no event for delay, I still need to use setTimeout...