You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added support for passing selector strings into the stagger methods in TimelineLite/Max and TweenMax, like staggerTo(), staggerFrom(), and staggerFromTo(). For example ".myClass" or "#myID"
- Added support for selector objects in the stagger methods. For example, if you pass in a jQuery object that has multiple elements.
- Added support for selector strings and objects in the TweenMax.killChildTweensOf() method
- clearProps support in CSSPlugin
- works around browser issue that causes transforms not to be read correctly if the element's "display" is "none" and you define the transform as a string directly as the transform property, like transform:"translate3d(100px,0,0)".
0 commit comments