mirror of
https://github.com/konvajs/konva.git
synced 2025-09-19 02:37:59 +08:00
code cleanup
This commit is contained in:
@@ -10,7 +10,7 @@ function log(message) {
|
||||
* Test constructor
|
||||
*/
|
||||
function Test() {
|
||||
this.testOnly = 'TRANSITION - ease-in, ease-out, ease-in-out hovers';
|
||||
this.testOnly = '';
|
||||
this.counter = 0;
|
||||
}
|
||||
/**
|
||||
|
@@ -257,7 +257,7 @@ Test.prototype.tests = {
|
||||
this.transitionTo({
|
||||
scale: {
|
||||
x: 1.5,
|
||||
y: 1.5
|
||||
y: 1.5
|
||||
},
|
||||
duration: 1,
|
||||
easing: easing
|
||||
|
Reference in New Issue
Block a user