I am attempting to create a horizontal spinning image using only CSS3.
Check out my webpage here:
You can find the CSS file here:
www.csupomona.edu/~lannguyen/ISSM_WEB/css/main.css
The code for calling the spin effect is at the top, with the actual implementation at the bottom.
However, I am facing an issue where the spinning animation provided by CSS3 does not complete a full rotation. I would like it to be similar to this example:
http://davidwalsh.name/demo/css-cube.php (the 3D cube example, but without the need for 3D effects).
If anyone could offer some assistance, I would greatly appreciate it.
Thank you!