Guest User

Untitled

a guest
Jan 18th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. jQuery(".carousel1").jCarouselLite({
  2. mouseWheel: false,
  3. /* auto: 8e4, */
  4. speed: 6500,
  5. pauseOnHover: true,
  6. circular: true,
  7. continuous: true,
  8. scroll : 3,
  9. visible: 3,
  10. btnNext: ".nextc1",
  11. btnPrev: ".prevc1",
  12. btnGo: [".subnav1 .1", ".subnav1 .2", ".subnav1 .3", ".subnav1 .4", ".subnav1 .5", ".subnav1 .6", ".subnav1 .7", ".subnav1 .8"]
  13. });
Add Comment
Please, Sign In to add comment