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 [email protected] On Thu, Oct 28, 2010 at 9:55 PM, stymie <[email protected]> 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 [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-web-toolkit%[email protected]> > . > 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
