Kinetic icon indicating copy to clipboard operation
Kinetic copied to clipboard

Is there a way to say if element is currently tweening

Open netgfx opened this issue 6 years ago • 1 comments

On Tweenmax we have something like isTweening:Bool = true/false is there something similar here? Would be really helpful.

netgfx avatar Jun 25 '18 17:06 netgfx

You should be able to use tween.state == .running to check if the animation is currently running. I do like having easier accessor properties to access this value, so I'll look at adding those in the near future.

u10int avatar Jun 26 '18 14:06 u10int