Constructor used to instantiate a new TimelineMax instance.
GreenSock Docs
TimelineMax
TimelineMax()
.TimelineMax( vars:Object ) ;
Constructor.
Parameters
vars: Object
(default = null
) — The
vars
parameter allows you to configure a TimelineMax with a variety of options using the following syntax:
new TimelineMax({repeat:1, onRepeat:repeatHandler, paused:true});
Show More
