Skip to content

Conversation

@barnettdan
Copy link
Owner

second pull

aeosynth and others added 30 commits December 5, 2012 17:38
Added jQuery jKit UI Toolkit to the CDN.
Added version 1.1.8 of jKit
Minified version generated with uglifyjs --comments.
Add versions 2.1, 2.1.1 of jquery-sparkline

Retrieved from http://omnipotent.net/jquery.sparkline/#s-download
Update jquery-timeago to 1.1.0.
ryankirkman and others added 30 commits March 17, 2013 11:20
Added jstimezonedetect (jstz.js) library
- Added TweenLite.autoSleep feature that automatically puts the ticker to sleep when there are no tweens or timelines active in the root and no "tick" listeners have been manually added to the core ticker. Of course it automatically wakes again when necessary. This can help reduce CPU usage during idle time.

- Added ability for CSSPlugin to handle multiple boxShadows or textShadows on a single element (a comma-delimited list).

- Fixed issue that could cause directional rotations to end at a value other than what was specified (visually it would look the same, but the value may be a multiple of 360 degrees off)

- Fixed issue with fromTo() and from() tweens that could cause them to render incorrectly in rare situations (introduced in 1.9.0, fixed in 1.9.1)

- Changed ticker algorithm so that it no longer attempts to adjust the interval each tick to compensate for any processing delays because doing so not only costs slightly more processing but also visually things tend to look better if the interval is more consistent anyway.

- Fixed issue that could allow a tween to live if it had multiple targets (like an array or selector) and you used killTweensOf() on each individual target separately.

- Now tweens with immediateRender:true (like most from() and fromTo() tweens) will render immediately but wait to run their overwrite logic until the tween actually begins.

- Fixed issue in CSSPlugin that could cause hsl() colors not to be parsed correctly in some rare scenarios.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.