Guest User

Untitled

a guest
Apr 30th, 2012
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. Why is the rgb CSS function not working in jQuery 1.7.1 anymore?
  2. function(){
  3. $(this).animate(
  4. {
  5. left: '0',
  6. backgroundColor: 'rgb(255,255,255)'
  7. },
  8. 500,
  9. 'easeInSine'
  10. );//end animate
Advertisement
Add Comment
Please, Sign In to add comment