Google plus album photo animation with css3 and javascript

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
johnsdk
Forum Newbie
Posts: 2
Joined: Sat Jul 30, 2011 11:46 am

Google plus album photo animation with css3 and javascript

Post by johnsdk »

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 .
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Re: Google plus album photo animation with css3 and javascri

Post by pickle »

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.
Post Reply