Skip to content
Eric Rowell edited this page Apr 9, 2014 · 899 revisions

5.1.1 Mid August 2014

  • Pending
    • reinvestigate tween and animation performance. Sometimes it still looks jerky.
    • for attrs that require a width and height, or x and y, enable overloaded for these cases only.
    • investigate out of sync tween behavior of clown lab
    • opacity doesn't affect cached shapes https://github.com/ericdrowell/KineticJS/issues/847
    • node.fire('foo.bar') does not work if you fire an event with a namespace. this hsould trigger node.on('foo'), node.on('foo.bar'), and node.on('.bar');
    • layer.show() hide() causes mouseout and contentMouseout events. maybe we shouldn't physically remove the layer from the dom (maybe try visibility hidden instead)
    • add array handler builders to Util class for Line and Sprite. Kinetic.Util.addPointsHandlers(Kinetic.Line);
    • shape.size() doesn't work. overloader is probably not hooked up.
    • it's not possible to define custom filters because of the Node dependency order issue https://github.com/ericdrowell/KineticJS/issues/796#issuecomment-34138750 Need to come up with a clean way to solve this.
    • iOS image squash bug https://github.com/ericdrowell/KineticJS/pull/654#issuecomment-27648187
    • pixel ratio issue with cache https://github.com/ericdrowell/KineticJS/issues/750
    • if line points are undefined, you get a js error

5.1.2 Late September 2014

Eventually

Clone this wiki locally