[EMAIL PROTECTED] wrote: > Has anyone figured out how to mimick the delete sequence apple uses in > their apps? > > The rotation of the red circle w/white line image is the part that is > killing me. I've made the icon, but I can't seem to figure out any > javascript to rotate it when you click on it. Does anyone have this > functionality working?
The most browser-consistent version would be to use a non-animated GIF, set up with all the stages of the animation as sprites. See: http://www.alistapart.com/articles/sprites Then animate the background-position using a JavaScript interval or series of timeouts. Cheers, James --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "iPhoneWebDev" 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/iphonewebdev?hl=en -~----------~----~----~----~------~----~------~--~---
