mirror of
https://github.com/konvajs/konva.git
synced 2026-03-03 16:58:33 +08:00
cleaned up isListening API. introduced new enableHitGraph config that can be used to disable the hit graph
This commit is contained in:
@@ -70,7 +70,7 @@ suite('Manual', function() {
|
||||
100, 10
|
||||
],
|
||||
easing: Kinetic.Easings.BackEaseOut,
|
||||
yoyo: true
|
||||
yoyo: false
|
||||
});
|
||||
|
||||
// stage.getContent().addEventListener('mouseover', function() {
|
||||
|
||||
Reference in New Issue
Block a user