Guest User

Untitled

a guest
Aug 15th, 2015
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /* FULLPAGE */ 
  2. $('#fullpage').fullpage({
  3.     anchors: ['firstPage', 'secondPage', '3rdPage', '4thPage', 'lastPage'],
  4.     menu: '#menu',
  5.     scrollingSpeed: 800,
  6.     autoScrolling: true,
  7.     scrollBar: true,
  8.     easing: 'easeInQuart',
  9.     resize : false,
  10.     paddingTop: '80px',
  11.     paddingBottom: '80px',
  12.     responsive: 1000,
  13. });
Advertisement
Add Comment
Please, Sign In to add comment