Advertisement
developerjustin

Untitled

Feb 12th, 2014
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.           $('#slideshow1').carouFredSel({
  2.             scroll : {
  3.                 items           : 1,
  4.                 easing          : "linear",
  5.                 duration        : 300,                        
  6.                 pauseOnHover    : true
  7.             },
  8.             prev : {
  9.                 button:"#prev_slide1"
  10.                 },
  11.             next : {
  12.                 button:"#next_slide1"
  13.                 }                
  14.           });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement