ericdrowell / KineticJS

KineticJS is an HTML5 Canvas JavaScript framework that extends the 2d context by enabling canvas interactivity for desktop and mobile applications.
http://www.kineticjs.com
3.98k stars 752 forks source link

Kinetic.Tween not working for stage in 5.1.0 version #1016

Closed thimoti closed 10 years ago

thimoti commented 10 years ago

var tween = new Kinetic.Tween({ node: stage, offsetX: 150, offsetY: 100, duration: 0.5, easing: Kinetic.Easings.EaseInOut });

the above code works fine in 5.0.1 version. I tried to update 5.1 but 'Tween' is not working for stage. it is moving but it is not animated. pleas provide the solution.