How to use sequences or tweens as tween targets?
« on: June 14, 2016, 02:50:24 PM »
What I am trying to do is to transition one sequence with an infinite color yoyo (blinking icon) into another with different color and speed. How can this be done smoothly? Is it possible to tween upon values used by other tweens? Or directly upon sequences? Similar to weighting animations.

Re: How to use sequences or tweens as tween targets?
« Reply #1 on: June 22, 2016, 01:53:25 PM »
Ok I tried to implement what I wanted starting with a Tweener, using a property and then running a DOTween.To on that property value. But it seems, that the Tweener does not read the value, but has a copy of it.
SetTarget gave me the impression of "setting a new value target", but instead it's used to change what the tweener is working upon.

So no luck at this point, I wrote my own script for this one not using DOTween.