Hi All
Trying to use "transform" to animate scale and rotation. however, it seems like i need to load jquery transform.js into adobe edge first. how can i add a jquery library to edge animate ?
the following is not working:
$(this).animate({transform:'scale(2,.5)'},1000);
Something like this works. but i still prefer to work with transform.
$(this).animate({height:'188px',width:'320px'},1000);
What s the best practice to animate major transformations in code panel? animate function?any alternatives?
Thanks Alot