Hi all , i'm trying to mimic some animation effect similar found on Google plus .to be more precise ,i'm trying to make something similar when you hover your cursor on Google plus Photo album .
my question is how to make the photo rotate to a certain degree ? can this be done using pure css3 or should javascript be used ?
any help would be appreciated .
Google plus album photo animation with css3 and javascript
Moderator: General Moderators
Re: Google plus album photo animation with css3 and javascri
CSS3 can do it. I think it would be a combination of transitions and translations.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.