Hey guys,   Sure this has been answered but I am having trouble finding an answer.   Working with Three.js and want to condense my tweening.   I remember reading about a new way to tween values of properties in one tween.   This...    TweenMax.from(sprite.position, 5, {z:40})     versus...   TweenMax.from(sprite, 5, {position:{z:40}})