sole
|
c9bb66f79f
|
example 08_repeat: remove commented code
|
2013-02-05 10:35:13 +00:00 |
|
sole
|
df09f6ed15
|
359->360
|
2013-02-04 23:34:44 +00:00 |
|
sole
|
7b2422c067
|
Fix wrong url to minified library in README.md ._.
|
2013-02-04 13:48:16 +00:00 |
|
sole
|
173bf027c4
|
Merge branch 'dev'
r9
|
2013-02-04 13:44:55 +00:00 |
|
sole
|
f2f29f34c6
|
Link to new example from README.md file, also update change log
|
2013-02-04 13:39:25 +00:00 |
|
sole
|
e62953932f
|
Add tests for TWEEN.Tween.repeat()
|
2013-01-31 23:02:21 +00:00 |
|
sole
|
92011870b3
|
Add recent changes to README.md, preparing for monthly release
|
2013-01-31 22:49:38 +00:00 |
|
sole
|
f90559dd37
|
First implementation of repeat(), for #71
|
2013-01-28 23:01:58 +00:00 |
|
sole
|
5fd6f61d4b
|
Use simpler performance.now code lifted from three.js, as per @mrdoob suggestion
|
2013-01-28 20:49:58 +00:00 |
|
sole
|
e75e43435a
|
Bringing @mrdoob's latest example change back into dev (sorry about the branch mess :-()
|
2013-01-14 22:46:19 +00:00 |
|
sole
|
5916d53194
|
Revert "Merge pull request #70 from tdreyno/performance_now" - changes to master are only done when making a new release
This reverts commit d6571b01fc0aaf0832a62e01603d7ee3c0d7c9c8, reversing
changes made to c1c86f650453f878797a2e487da7f21d78017de5.
|
2013-01-14 22:40:04 +00:00 |
|
sole
|
4330062f9f
|
Merge branch 'master' of git://github.com/tdreyno/tween.js into dev
verts commit d6571b01fc0aaf0832a62e01603d7ee3c0d7c9c8, reversing
changes made to c1c86f650453f878797a2e487da7f21d78017de5.
|
2013-01-14 22:37:10 +00:00 |
|
sole
|
d6571b01fc
|
Merge pull request #70 from tdreyno/performance_now
Use window.performance.now if available, otherwise fallback to Date.now polyfill
|
2013-01-14 14:28:44 -08:00 |
|
Thomas Reynolds
|
fab259610c
|
Use window.performance.now if available, otherwise fallback to Date.now polyfill
|
2013-01-14 14:08:37 -08:00 |
|
Thomas Reynolds
|
9e6358d720
|
Use window.performance.now if available, otherwise fallback to Date.now polyfill
|
2013-01-14 14:01:12 -08:00 |
|
sole
|
83f19e5c76
|
Merge pull request #67 from mrdoob/dev
Improved example performance
|
2013-01-04 14:43:44 -08:00 |
|
Mr.doob
|
18d5badb07
|
Seems like using element.style.left is ~10fps faster than element.style.marginLeft
|
2013-01-04 21:37:39 +01:00 |
|
sole
|
4ab3b3394f
|
Rewrite comparison so it's clearer and more readable, as suggested by @mrdoob
|
2013-01-04 18:52:54 +01:00 |
|
sole
|
c1c86f6504
|
Use CONTRIBUTING.md github magic trickery and remove contributing text from README.md
|
2013-01-04 18:26:47 +01:00 |
|
sole
|
433bb3db44
|
REVISION: 8dev -> 8
r8
|
2013-01-04 12:16:15 +01:00 |
|
sole
|
eb3eb4fd17
|
Readying things for the release
|
2013-01-04 12:12:21 +01:00 |
|
sole
|
60855842f8
|
Link to #examples anchor-way more specific!
|
2013-01-04 11:31:47 +01:00 |
|
sole
|
352951f9ed
|
Add contributing section to README
|
2013-01-04 11:28:37 +01:00 |
|
sole
|
eabd1265b5
|
Using its own screenshot for example 07
|
2013-01-04 11:15:05 +01:00 |
|
sole
|
29d80c5711
|
Fix 06 -> 07 typo
|
2013-01-04 10:58:34 +01:00 |
|
sole
|
07897a9b7f
|
Update README with recent changes
|
2013-01-04 10:54:15 +01:00 |
|
sole
|
e2f644e36b
|
Rename 'l' with 'numTweens' or 'numChainedTween' as the 'l' got confused with '1'. Lowercase l is generally a bad choice for a variable name!
|
2013-01-04 10:45:58 +01:00 |
|
sole
|
3411354063
|
Add another test for TWEEN.update()
|
2013-01-04 10:41:29 +01:00 |
|
sole
|
c5303c1fa0
|
Add tests for TWEEN object
|
2013-01-04 10:26:19 +01:00 |
|
sole
|
41fc4efa6a
|
Add test page for minified version
|
2013-01-03 19:14:45 +01:00 |
|
sole
|
c0e246db25
|
Test TWEEN.Tween.chain allows endless loops
|
2013-01-03 19:14:31 +01:00 |
|
sole
|
15b05c8793
|
Test TWEEN.Tween.chain with several tweens
|
2013-01-03 18:53:10 +01:00 |
|
sole
|
de8329d9d5
|
Tests: use TWEEN.update instead of manually calling TWEEN.Tween.update as that's the proper way of invoking the library
|
2013-01-03 18:33:00 +01:00 |
|
sole
|
65779f1c69
|
Test TWEEN.Tween.chain with one chained tween
|
2013-01-03 18:30:30 +01:00 |
|
sole
|
c4a0e5dfa0
|
Test TWEEN.Tween.easing(), onStart(), onUpdate(), onComplete() (last two fail for now)
|
2013-01-03 17:52:17 +01:00 |
|
sole
|
bd8774bd8c
|
Test TWEEN.Tween.delay()
|
2013-01-03 17:04:20 +01:00 |
|
sole
|
0092288242
|
Test TWEEN.Tween.start() and TWEEN.Tween.stop()
|
2013-01-03 16:54:27 +01:00 |
|
sole
|
0e936ede7c
|
Fix non-existing properties ending up in the tweened object as NaN
|
2013-01-03 16:45:25 +01:00 |
|
sole
|
f75e9ed29b
|
Testing TWEEN.Tween
|
2013-01-03 16:27:00 +01:00 |
|
Mr.doob
|
9b112151e1
|
Updated build.
|
2012-11-02 11:24:48 +01:00 |
|
Mr.doob
|
c4b166193f
|
Date.now() shim as suggested by @roshamb. Closes #62.
|
2012-11-02 11:23:46 +01:00 |
|
Mr.doob
|
b226ae413e
|
Updated build.
r7
|
2012-11-01 19:35:31 +01:00 |
|
sole
|
a1a48f42c4
|
Merge pull request #61 from deanm/patch-1
Update src/Tween.js
|
2012-11-01 07:36:42 -07:00 |
|
Dean McNamee
|
4e71e7b52b
|
Update src/Tween.js
Tween#to should check if |duration| is undefined to default the parameter when it is not passed.
|
2012-11-01 14:33:19 +01:00 |
|
Mr.doob
|
c3d4ef08c9
|
r7
|
2012-10-27 11:50:09 +02:00 |
|
Mr.doob
|
795a2d549a
|
Updated examples.
|
2012-09-01 14:30:09 +02:00 |
|
Mr.doob
|
9e26ed62ef
|
Fixed builder.
|
2012-09-01 14:28:16 +02:00 |
|
Mr.doob
|
9ebb2416e7
|
simplified builder.py
|
2012-08-26 05:05:37 -04:00 |
|
Mr.doob
|
27abc0ec73
|
Minor tweaks
|
2012-08-26 05:05:00 -04:00 |
|
Mr.doob
|
85c49e0cfb
|
Taking the delay into consideration when firing onStart(). Fixes #50.
|
2012-07-07 14:55:07 +02:00 |
|