IsTweening returns false while easing
« on: February 26, 2016, 06:52:58 PM »
Hi All,
Just wondering if anyone else has had this issue or knows of a solutions. While using an ease, DoTween.IsTweening(myObj); returns false.

Here's my code incse anyone can see my mistake.

Code: [Select]
myObj.transform.DOLocalRotate(new Vector3(-30,0,0),1).SetEase(Ease.InOutSine);
...
DoTween.IsTweening(myObj); // Always returns false;

If anyone knows of a solutions or sees my mistake, please let me know!
Thanks!