animate ({transform:... can I use this on board?})

Hi all

Try using the "transform" to animate the scale and rotation. However, it seems that I need to load jquery transform.js in first adobe edge. How can I add animate jquery onboard library?

the following does not work:

$(this) .animate ({transform: 'scale (2,.5)'}, 1000);

Something like this works. but I still prefer working with transformation.

$(this).animate({height:'188px',width:'320px'},1000);

What's the best practice to facilitate major transformations in the Panel code? animate function? alternatives?

Thank you very much

Hi there-

Don't forget that animate() is a jQuery API, so this isn't in itself an Animate matter.  That being said, don't forget not that animate() API jQuery deals only with the digital properties.  Here's a little hack, you might be able to use:

http://StackOverflow.com/questions/10808096/using-CSS-transform-property-in-jQuery

-Elaine

Tags: Edge Animate

Similar Questions

Maybe you are looking for