diff --git a/README.md b/README.md index 8be2e74..f82180c 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Super simple, fast and easy to use tweening engine which incorporates optimised ### Examples ### +[![Repeat](http://sole.github.com/tween.js/assets/examples/08_repeat.png)](http://sole.github.com/tween.js/examples/08_repeat.html) [![Dynamic to](http://sole.github.com/tween.js/assets/examples/07_dynamic_to.png)](http://sole.github.com/tween.js/examples/07_dynamic_to.html) [![Array interpolation](http://sole.github.com/tween.js/assets/examples/03_graphs.png)](http://sole.github.com/tween.js/examples/06_array_interpolation.html) [![Video and time](http://sole.github.com/tween.js/assets/examples/06_video_and_time.png)](http://sole.github.com/tween.js/examples/05_video_and_time.html) @@ -96,7 +97,7 @@ No, we like to keep it simple and free of dependencies. Feel free to make one yo ### Change log ### -2013 02 04 - **r9** +2013 02 04 - **r9** (5,224 KB, gzip: 1,959 KB) * Use window.performance.now() if available for even smoother animations ([tdreyno](https://github.com/tdreyno), [mrdoob](https://github.com/mrdoob) and [sole](https://github.com/sole)) * Added tween.repeat() ([sole](https://github.com/sole)) diff --git a/build/tween.min.js b/build/tween.min.js index 4e5909c..90378ea 100644 --- a/build/tween.min.js +++ b/build/tween.min.js @@ -1,5 +1,5 @@ // tween.js - http://github.com/sole/tween.js -'use strict';var TWEEN=TWEEN||function(){var a=[];return{REVISION:"9dev",getAll:function(){return a},removeAll:function(){a=[]},add:function(c){a.push(c)},remove:function(c){c=a.indexOf(c);-1!==c&&a.splice(c,1)},update:function(c){if(0===a.length)return!1;for(var b=0,e=a.length,c=void 0!==c?c:void 0!==window.performance&&void 0!==window.performance.now?window.performance.now():Date.now();b