mirror of
https://github.com/konvajs/konva.git
synced 2025-09-18 09:50:05 +08:00
fixed several memory issues with transition logic. Heavily refactored Transition module. New Animation isRunning method. destroy() method now correctly stops currently running transitions. added several transition and destroy related unit tests
This commit is contained in:
2
Thorfile
2
Thorfile
@@ -12,6 +12,7 @@ class Build < Thor
|
||||
]
|
||||
|
||||
UNIT_TESTS = [
|
||||
"tests/js/unit/animationTests.js",
|
||||
"tests/js/unit/globalTests.js",
|
||||
"tests/js/unit/nodeTests.js",
|
||||
"tests/js/unit/stageTests.js",
|
||||
@@ -19,7 +20,6 @@ class Build < Thor
|
||||
"tests/js/unit/layerTests.js",
|
||||
"tests/js/unit/shapeTests.js",
|
||||
"tests/js/unit/ddTests.js",
|
||||
"tests/js/unit/animationTests.js",
|
||||
"tests/js/unit/transitionTests.js",
|
||||
"tests/js/unit/shapes/rectTests.js",
|
||||
"tests/js/unit/shapes/circleTests.js",
|
||||
|
Reference in New Issue
Block a user