We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to do a tween with opacity and doesn't work.
I found much examples but not work and I don't know why...
I prove this:
var rest333 = new Kinetic.Tween({ node: flashInferiorDerecha2, duration: 3, opacity: 0 }); all code in: http://jsfiddle.net/2NJV4/
EDIT: I see this link : #847, but I don't know how to apply this in my example.. help please
The text was updated successfully, but these errors were encountered:
I solve this problem... in the next version (5.1.1, now only in github) include this error solved.
thanks
Sorry, something went wrong.
No branches or pull requests
I want to do a tween with opacity and doesn't work.
I found much examples but not work and I don't know why...
I prove this:
var rest333 = new Kinetic.Tween({
node: flashInferiorDerecha2,
duration: 3,
opacity: 0
});
all code in: http://jsfiddle.net/2NJV4/
EDIT:
I see this link : #847, but I don't know how to apply this in my example.. help please
The text was updated successfully, but these errors were encountered: