Friday, October 29, 2010

Re: Animate an images rotation

As far as I know, there is no way to rotate an image in CSS.  You would have to generate 360 versions of the image in photo editing software (or using Java's image library) , then bundle them up into a ClientBundle and extend Animation to animate the rotation.  GWT doesn't have built in support for this.

Thanks,
John LaBanca
jlabanca@google.com


On Thu, Oct 28, 2010 at 9:55 PM, stymie <jamestyner@gmail.com> wrote:
I was wondering if there were any built in ways or libraries that
would allow me to continously rotate an image in a 360 degrees
circle.Been using google but have not come up with anything as of yet.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.


--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment