-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- NEW: you can optionally define an "each" value for advanced staggers (which refers to the gap between each start times) instead of an "amount" (which refers to the TOTAL amount of time that gets split up between all start times). For example, if there are 10 elements and you define {each:1} that would put 1 second between each start time, but if you define {amount:1} that would put 0.1 between each (1 divided by 10), assuming linear ease. - NEW: you can invert the effect of an advanced stagger by using a negative number for amount (or each). So {from:"center", amount:-1.5} would actually cause it to animate from the outer edges inward toward the center! - FIXED: if there was no stagger value passed into a TimelineLite/Max staggerTo()/staggerFrom()/staggerFromTo() call, it could throw an error. - FIXED: a TweenMax or TimelineMax that has a repeatDelay and has passed the first iteration may go to the incorrect time when you set the time via the time() method. - FIXED: MorphSVGPlugin could throw an error if the target wasn't a DOM element.
- Loading branch information
Showing
18 changed files
with
88 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.