Yui3 Image animate to Node
Can i animate an Image from "outside" the page to move to a specific node
like
anim5.set('to', { xy: [450, 550] });
can i change it to:
anim5.set('to', 'myNode' );
doesn' work does the img file then inherit the attributes of the div tag
such as rotation etc.
Thanks in Advance
No comments:
Post a Comment