Joe Pea
8bebe997ca
rename onStartEvery() to onEveryStart()
2021-10-24 17:30:52 +03:00
Toby Harris
3ee5eedf4f
onStartEvery documented in user guide
2021-10-05 10:31:15 +01:00
Joe Pea
28434d8ef5
Merge branch 'master' into PR-#611-document-for-generatePow
2021-08-01 23:08:17 -07:00
MasatoMakino
aa2cb879ec
fix : file path of unit tests in documents
...
related : #583
2021-05-06 12:56:06 +09:00
MasatoMakino
efd849e286
add : documentation for TWEEN.Easing.generatePow()
2021-05-05 09:27:02 +09:00
JackParkes1
53bb9096c4
Update yoyo function in user guide
...
The yoyo function currently has no code block example. This leaves it up to the user to guess whether calling the function sets yoyo to true or if a value needs to be passed in without referring to the code. Added lines to show that boolean values should be passed in to the function.
2020-11-02 14:14:55 +11:00
Joe Pea
419765bc83
update contributor guide and publish scripts
2020-10-18 14:45:19 -07:00
Joe Pea
899a0e3a59
Merge branch 'master' into typescript
...
* master: (38 commits)
update dist files
rename some tests to better reflect what they test
improve the conditional logic more so that values in nested arrays can also be animated
add and example and test for animating values in an array
start values aren't arrays, only to values are
move _updateProperties function back out to a method
fix yoyo with array values test
temporary, move updateProperties function to make diff with master more clear
move some code and update variable names to make mergin with master easier (less conflict)
update dist
improve state reset when stopping and starting a tween (fixes #512 where yoyo wouldn't restart properly)
move value-swapping code for repeated tweens to a function (it will be re-used in an upcoming change)
consolidate duplicate handling of relative values
update dist files
ignore VS Code's config folder
small refactor to prevent update from doing anything when a tween has finished, yet still allow tweens to go back in time
fix lint error
rename _isFinished to _isComplete to match other wording
add one more test for relative array values
add editorconfig to settings editors can be consistently unique (because we use tabs so people can set their own tab width)
...
2020-06-03 01:29:51 -07:00
Joe Pea
bf4048706e
format all files in the project now that we have prettier. Yay!
2020-06-02 23:29:00 -07:00
Joe Pea
9ec60444aa
Merge branch 'nestedObject' into nested-objects
...
* nestedObject:
grammar
adding tween nested object
2020-05-31 09:38:51 -07:00
weiserhei
a3975fe4ee
Remove faulty semicolon
...
Removing the faulty semicolon again, as this code just doesnt work with it. Users copy-n-paste this code and have to debug 😿
See https://github.com/tweenjs/tween.js/pull/415 and this PR which re-added the semicolon: https://github.com/tweenjs/tween.js/pull/427
2019-08-19 19:09:33 +02:00
Michael Casebolt
3a1206f9d0
Merge branch 'master' into patch-1
2019-05-27 15:10:52 -07:00
Michael Casebolt
9f5fd074c2
docs: Add documentation for onRepeat in the user guide
2019-05-27 14:06:17 -07:00
Michael Casebolt
750c95593f
Merge branch 'master' into patch-1
2019-05-26 16:21:14 -07:00
Michael Casebolt
9e7572fda2
Merge branch 'master' into patch-1
2019-05-25 20:26:28 -07:00
Michael Casebolt
0a36274134
fix broken link
2019-05-25 20:23:46 -07:00
Michael Casebolt
a48e3053b8
Merge branch 'master' into mikebolt-patch-3
2019-01-14 11:36:00 -08:00
Michael Casebolt
8158e2be62
Add the repeatDelay section.
2019-01-10 22:10:54 -08:00
Michael Casebolt
fcf22260c1
Clarify when the onStart callback is called.
2019-01-10 21:58:49 -08:00
Tyler Larson
cb617c3587
grammar
2018-09-26 10:17:58 -04:00
Tyler Larson
cb31671155
Merge branch 'master' into nestedObject
2018-09-26 10:15:51 -04:00
Matthew Harris
c36aed8f45
user_guide.md - fixed typos and tweaked intro
...
spotted a spelling mistake, then fixed a few other issues, then tweaked the intro as there aren't any gaps or TODO sections in the docs any more.
2018-09-24 13:44:39 +07:00
蔳莼菂䒕黃苽
f222d280e7
missed a 'r'
2018-07-27 21:03:50 +08:00
weiserhei
44f3aa5637
Remove faulty semicolon from code in readme
...
This semicolon prevents this code from working for me in Firefox, you might want to remove it.
2018-05-22 01:47:21 +02:00
zhaoqize
70ec8cefe3
zh-CN version
2018-02-01 19:40:51 +08:00
Jeremy Tuloup
9f8eefa780
Fix link to the unit tests file in the user guide
2017-10-16 01:16:25 +02:00
Tyler Larson
d337166b3b
adding tween nested object
2017-08-30 15:16:09 -04:00
Michael Casebolt
7d55f2af7f
Correct user_guide.md
2017-07-27 11:33:38 -07:00
Michael Casebolt
1cef6ec51e
Merge Group code.
2017-07-14 16:36:51 -07:00
Alex Burner
eb3e0a74eb
Add docs for TWEEN.Group
2017-07-04 22:42:17 -07:00
Andreas Plesch
2418d7c3d5
[doc] clarify repeat behaviour
2017-07-04 15:24:56 -04:00
Michael Casebolt
4086b74f99
Add warning note about the chain method.
2017-06-15 13:10:29 -07:00
sole
ae8c25d12f
Added note on where to get tokens from for npm and github.
2017-05-30 11:34:24 +01:00
sole
a4336dd468
docs: start contributor guide, document tests, continuous integration, how releases are made, semantic-release and travis. Closes #328
2017-05-30 11:34:24 +01:00
Michael Casebolt
624226ad26
Merge branch 'master' of https://github.com/fyyyyy/tween.js into callback-objects
...
Conflicts:
src/Tween.js
2016-10-23 00:41:36 -07:00
thednp
dda03a277e
Update user_guide.md
...
As explained <a href="https://github.com/tweenjs/tween.js/issues/153#issuecomment-143296203 ">here</a>, the `chain` method can also manage multiple tweens.
2015-10-25 06:48:52 +02:00
sole
09a72c3607
Merge pull request #182 from JoshuaSP/master
...
fix link to 04_simplest example
2015-09-29 22:38:51 +01:00
sole
42387a9466
docs: provide correct, non misleading usage of the onStart callback. Also clarify a bit the onStop paragraph.
2015-09-29 22:05:41 +01:00
Oli Evans
0159c29fa3
Fix user guide code example
...
One fewer semicolons in the world
:squirrel:
2015-08-18 12:25:22 +01:00
Joshua Penman
ffbb43b2fc
fix link to 04_simplest example
2015-01-20 16:47:10 -08:00
Soledad Penades
46d89b4025
Documentation: Adding some more info on the introductory note
2014-05-05 23:07:08 +01:00
Soledad Penades
7090d57201
Documentation: fill in the last TODO sections
2014-05-05 23:00:48 +01:00
Soledad Penades
802d7e3d1c
Document interpolating with arrays
2014-05-05 22:09:47 +01:00
Soledad Penades
3314927004
Expand the relative values example
2014-05-05 20:54:16 +01:00
Soledad Penades
2b15fd9e7c
Document the usage of relative values
2014-05-05 20:33:34 +01:00
Soledad Penades
87e7cb1c2b
docs: callbacks
2014-02-17 04:59:35 +00:00
Soledad Penades
bb5eab33fa
Example 12: More custom easing functions!
2014-02-16 21:40:16 +00:00
Soledad Penades
c9f94a9aca
docs: changing the easing and customising easing
2014-02-16 21:04:19 +00:00
Soledad Penades
1cf16f9613
docs: controlling all the tweens
2014-02-16 19:54:08 +00:00
Soledad Penades
1a8753d18b
docs: controlling the tweens
2014-02-15 18:39:13 +00:00