Advertisement
Guest User

Untitled

a guest
Apr 18th, 2014
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. $('.grayscaled').hover(function () {
  2. $(this).switchClass( "grayscaled", "nongrayscaled", 1000);
  3. }, function () {
  4. $(this).switchClass( "nongrayscaled", "grayscaled", 1000);
  5. });
  6.  
  7. -webkit-transition: all 1000ms;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement