Guest User

http://www.momeen.com

a guest
Jul 10th, 2013
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //only form some values like -300 to 0% or -200% to 0%
  2. $('.scrollerContainer').animate({
  3.     marginLeft: ( leftScroll + 2 ) + '%', //this is fix for ff
  4.     opacity: 0.4,
  5. }, 500, function() {
  6.     $(this).css({'opacity':1});
  7. });
Add Comment
Please, Sign In to add comment