mirror of
https://github.com/konvajs/konva.git
synced 2025-10-15 12:34:52 +08:00
fix docs, Better implementation of mouseover
event for stage
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user