Advertisement
Guest User

Untitled

a guest
Feb 11th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. `$(document).ready(function() {
  2. $('#fullpage').fullpage({
  3. anchors: ['firstPage', 'secondPage', '3rdPage'],
  4. sectionsColor: ['#DAC500', '#1BBC9B', '#7E8F7C'],
  5. menu: '#menu',
  6. navigation: true,
  7. navigationPosition: 'right',
  8. navigationTooltips: ['First page', 'Second page', 'Third and last page'],
  9. responsiveWidth: 1100
  10. });
  11. });`
  12.  
  13. `$(document).ready(function() {
  14. $('.content').fullpage({
  15. sectionsColor: ['#bbd164', '#61bbe1', '#ffd658'],
  16. anchors: ['aboutPage', 'workPage', 'contactPage'],
  17. menu: 'nav',
  18. scrollingSpeed: 1000,
  19. responsiveWidth: 750
  20. });`
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement