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
2025-09-19 10:47:59 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
fc1e388f22300b5181b37497aab7fd1f46c16ab2
konva
/
tests
/
js
History
Eric Rowell
fc1e388f22
cleaned up internal firing logic. the fire method now does not bubble events by default, to prevent devs from unknowingly bubbling events that they don't care to bubble, inadvertantly affecting performance
2013-05-13 08:56:09 -07:00
..
unit
polished up the new Tween class. goto changed to seek. auto property conflict resolution. onFinish can now be set
2013-05-11 16:43:09 -07:00
functionalTests.js
cleaned up internal firing logic. the fire method now does not bubble events by default, to prevent devs from unknowingly bubbling events that they don't care to bubble, inadvertantly affecting performance
2013-05-13 08:56:09 -07:00
manualTests.js
more Tween polishing
2013-05-11 23:57:14 -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