fix docs, Better implementation of mouseover event for stage

This commit is contained in:
Anton Lavrenov
2019-02-05 16:43:43 -05:00
parent 31785f6323
commit b02ac65e68
8 changed files with 142 additions and 17 deletions

View File

@@ -525,8 +525,11 @@ export class Tween {
* @example
*
* circle.to({
* x : 50,
* duration : 0.5
* x : 50,
* duration : 0.5,
* onFinish: () => {
* console.log('finished');
* }
* });
*/
Node.prototype.to = function(params) {