Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - focus

Pages: 1 [2]
16
DOTween & DOTween Pro / Re: DOTween feature requests
« on: April 20, 2015, 08:13:09 PM »
Ah, nevermind then, I suggested sequence approach so far and looks like we'll leave it as is, thanks for your reply!

17
DOTween & DOTween Pro / Re: DOTween feature requests
« on: April 20, 2015, 03:02:57 PM »
Hey, I have another question / FR:

...SetLoops(4, LoopType.Yoyo);

can we specify the delay for every Yoyo cycle?

Cheers!

18
DOTween & DOTween Pro / Re: DOTween feature requests
« on: April 14, 2015, 01:23:27 PM »
D'oh!  ;D
You're mind reader?! Awesome, thanks! ^^

19
DOTween & DOTween Pro / DOTween feature requests
« on: April 14, 2015, 12:30:32 PM »
Heya, Daniele and all others who read this!

I have one feature request for DOTween:
DOScale(uniformValue, duration);

so we could do

DOScale(0.8f, 1f);

instead of

DOScale(new Vector3(0.8f, 0.8f, 0.8f), 1f);

Or maybe we already have something like this and I just need to read docs better?

Cheers!

Pages: 1 [2]