mirror of
https://github.com/konvajs/konva.git
synced 2025-11-18 17:21:36 +08:00
prepared transition logic for new easing functions
This commit is contained in:
@@ -81,7 +81,7 @@ Test.prototype.tests = {
|
||||
stage.stop();
|
||||
}, 1000);
|
||||
},
|
||||
'TRANSITION - hover transition': function(containerId) {
|
||||
'TRANSITION - hover linear transition': function(containerId) {
|
||||
var stage = new Kinetic.Stage(containerId, 578, 200);
|
||||
var layer = new Kinetic.Layer();
|
||||
var rect = new Kinetic.Rect({
|
||||
|
||||
Reference in New Issue
Block a user