I wanted to have my title image shrink and grow (now that centering it's position using the script file is working ).
To do that I created a LERP animator within the code (similar to your example Intro class).
I wanted to start with the full size image and shrink down to half the size and then grow again and so on.
It seems that the animator created like this
Damned, I can't edit my post - the forum throws some fatal exception. I bet it's the code blocks…
Anyway, I forgot to mention that this toggle effect of the negative animator occurs when the animator want to revert direction. So it's starting good but as soon as it's time to change direction it falls into flipflop mode.