I’ve been using the move layer action at various stages which can be a nice effect if not overdone, but I was wondering if it is possible to create an action that basically causes the item or its content to rotate at a given rate for a specified duration?
Unless you are using CSS3 to rotate the item or a browser specific
distortion then your item will have to be a graphic. For the best
browser support I would recommend you animate the item as a series of
still frames that you animate in the browser rather than try to rotate
the object itself.
I’ve been using the move layer action at various stages which can be
a nice effect if not overdone, but I was wondering if it is possible
to create an action that basically causes the item or its content to
rotate at a given rate for a specified duration?