KineticJS animation with JQuery
问题 I am new in KineticJS and I am stacked. I want to use a simple animation with opacity but I found out that there is not so "simple" as it seems. I read the doc about animations with KineticJS (you won't say simple about this tutorial). What I want to know Is there a simple method to animate things with KineticJS like JQuery or JCanvaScript has? for example this.animate({ opacity:0, x: 50 }, 500); something like this? If there is not can we use KineticJS with JQuery to make animations simple?