Changeset 3546 for lang/javascript/jstweener/trunk/src
- Timestamp:
- 12/25/07 02:02:00 (5 years ago)
- Files:
-
- 1 modified
-
lang/javascript/jstweener/trunk/src/JSTweener.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/jstweener/trunk/src/JSTweener.js
r308 r3546 29 29 var JSTweener = { 30 30 looping: false, 31 frameRate: 60, 31 32 objects: [], 32 33 defaultOptions: { … … 166 167 if (this.objects.length > 0) { 167 168 var self = this; 168 setTimeout(function() { self.eventLoop() }, 10 );169 setTimeout(function() { self.eventLoop() }, 1000/self.frameRate); 169 170 } else { 170 171 this.looping = false;
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)