Merge pull request #93 from oniietzschan/master

Fix erroneous example in timer.rst
This commit is contained in:
Matthias Richter 2018-04-08 13:34:33 +02:00 committed by GitHub
commit 7b574c92e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -470,7 +470,7 @@ You can add custom interpolation methods by adding them to the `tween` table::
Access the your method like you would the predefined ones. You can even use the
modyfing prefixes::
Timer.tween(5, 'in-out-sqrt', circle, {radius = 50})
Timer.tween(5, circle, {radius = 50}, 'in-out-sqrt')
You can also invert and chain functions::