Jump to content
GreenSock

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

Details

Constructor used to instantiate a new TimelineMax instance.

Copyright 2017, GreenSock. All rights reserved. This work is subject to theterms of useor for Club GreenSock members, the software agreement that was issued with the membership.
×