That's quick.... Thanks for responding so fast.
I think I am almost there, I will need to try some trials.
( likely be following webkit...)
from my understanding :active would do the single rotate...
Example
a:active
(
-webkit-transform:rotate(120deg);
)
depending on which one was clicked, if this was tired to an image.
but it was tired to the container div.... then the order will be
From
A
B
C
to (180 spun)
C
B
A
would i be able to spin and having it centered on itself so it's
(0 or 180 spun)
A
B
C