Updated Home (markdown)

Anton Lavrenov 2015-05-25 15:01:19 +06:00
parent 3f3e4a7342
commit 9c0697c098

26
Home.md

@ -1 +1,25 @@
Welcome to the KineticJS wiki!
Welcome to the Konva wiki!
# 0.10.0 April
* code cleaning
* custom clip
* test with pixelRatio = 2
* incorrect hit area (pixelRatio+clip scenario) (https://github.com/ericdrowell/KineticJS/issues/884) (https://github.com/ericdrowell/KineticJS/issues/888)
* clipping regions + shadows causes JS error
* stroke for Sprite
## Then:
* transforming tool
* Add OnUpdate callback for tweens
* remove animation._handleAnimation. make sure only one RAF is active at a time.
* if cropping an image, auto set width and height if width and height aren't set. Otherwise, the image width and height is defaulted to the original image width and height
* moveTo() needs to reassign animation nodes and look at Tweens
* ability to access a node's tweens. Maybe even support tween selectors.
* create special animation mechanism when the layer only contains sprites
* multiple tweens on the same node seems broken in the manual tests. see 'simple tween' test
* Text patterns
* text vertical align
* true multi touch
* full screen mode