Guest User

Untitled

a guest
Feb 19th, 2015
311
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $('#slider_1').transition({
  2.         x: '100%'
  3.     }, function() {
  4.         $('#slider_2').transition({
  5.             x: '100%'
  6.         }, function() {
  7.             $('#slider_3').transition({
  8.                 x: '100%'
  9.             }, function() {
  10.                 $('#slider_4').transition({
  11.                     x: '100%'
  12.                 }, function() {
  13.                     $('#slider_5').transition({
  14.                         x: '100%'
  15.                     }, function() {
  16.                         $('#slider_6').transition({
  17.                             x: '100%'
  18.                         }, function() {
  19.                             $('#slider_7').transition({
  20.                                 x: '100%'
  21.                             }, function() {
  22.                                 $('#slider_8').transition(
  23.                                 {
  24.                                     x: '100%'
  25.                                 });
  26.                             });
  27.                         });
  28.                     });
  29.                 });
  30.             });
  31.         });
  32.     });
Advertisement
Add Comment
Please, Sign In to add comment