var array = ['1','2','3']; TweenMax.to('foo', 3, {foo:array}); I would think staggerTo would work... is there a way to increment through an array with just one line like this?