I’m looking for a solution to make a CD image turning around itself (just like this: http://alanschaffer.com/sound/images/cd.gif) and whenever a track is selected from a list under that CD and clicked, selected track will be played. When CD is clicked while track is being played, track will stop.
Can you help?
P.S: Any solution recommendation which will work on iPad is appriciated. I’m gonna use this on a iPad app.
I would recommend using css-animations for image-rotation (of course you have to add prefixes for other browsers):
Just add the
animateclass to your image and the cd will spin.