Hello All,   if I have a timeline, that has 4 tweens for different elements, can I state that reversing it will have a different tween properties for one of the tweens?   For example: I have 3 divs alternating x ([700px,-700px]) with cycle. I want to make is so that on the reverse, they will alternate using y (y:[700px,-700px]).   Is it possible to define a different from/to properties only for the reverse method?   Thanks!