Quantcast
Viewing all articles
Browse latest Browse all 13924

keanechan on "looking for help on : Image rotation"

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


Viewing all articles
Browse latest Browse all 13924

Trending Articles