This website requires JavaScript.
Explore
Help
Register
Sign In
lsm
/
konva
Watch
1
Star
0
Fork
0
You've already forked konva
mirror of
https://github.com/konvajs/konva.git
synced
2026-01-24 05:45:14 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
8dc16665956b44cead206365f5639d9aa0396dfb
konva
/
tests
/
js
History
Eric Rowell
8dc1666595
removed Transition, Tween, and transition tests from source. KineticJS has now partnered with GS to handle its Tweens (which it does marvelously)
2013-05-05 22:15:04 -07:00
..
unit
removed Transition, Tween, and transition tests from source. KineticJS has now partnered with GS to handle its Tweens (which it does marvelously)
2013-05-05 22:15:04 -07:00
functionalTests.js
moved dd logic in destroy() from Node to DD namespace. refactored stopDrag logic to correctly handle the event object
2013-04-07 10:52:33 -07:00
manualTests.js
Animations can now be tied to multiple layers. Removed Transition and Tween class from the build. Unhooked transition unit and manual tests for now. Added new animation setLayers() and getLayers() methods
2013-05-05 20:57:31 -07:00
performanceTests.js
after some more thought, I've decided to remove the Plugins namespace, but keep the plugins directory. I don't want 3rd parties putting some things in the Kinetic namespace, while others put things in the Plugin space. I really don't see a real need for the namespacing. For organizational purposes, the plugins directory still makes sense, however.
2013-03-24 20:42:27 -07:00
Test.js
created new testJSON method which makes testing JSON comparisons really easy to debug. Also fixed small logic problem with new Image width and height getters. Reinabled all serialization/deserialization unit tests
2013-03-24 16:30:43 -07:00