-
fullpage.js 라이브러리Program/JAVA Basic 2020. 8. 5. 07:07
new fullpage('#fullpage', { //이동 menu: '#menu', lockAnchors: false, anchors:['firstPage', 'secondPage'], navigation: false, navigationPosition: 'right', navigationTooltips: ['firstSlide', 'secondSlide'], showActiveTooltip: false, slidesNavigation: false, slidesNavPosition: 'bottom', //스크롤 css3: true, scrollingSpeed: 700, autoScrolling: true, fitToSection: true, fitToSectionDelay: 1000, scrollBar: false, easing: 'easeInOutCubic', easingcss3: 'ease', loopBottom: false, loopTop: false, loopHorizontal: true, continuousVertical: false, continuousHorizontal: false, scrollHorizontally: false, interlockedSlides: false, dragAndMove: false, offsetSections: false, resetSliders: false, fadingEffect: false, normalScrollElements: '#element1, .element2', scrollOverflow: false, scrollOverflowReset: false, scrollOverflowOptions: null, touchSensitivity: 15, bigSectionsDestination: null, //접근성 keyboardScrolling: true, animateAnchor: true, recordHistory: true, //디자인 controlArrows: true, verticalCentered: true, sectionsColor : ['#ccc', '#fff'], paddingTop: '3em', paddingBottom: '10px', fixedElements: '#header, .footer', responsiveWidth: 0, responsiveHeight: 0, responsiveSlides: false, parallax: false, parallaxOptions: {type: 'reveal', percentage: 62, property: 'translate'}, cards: false, cardsOptions: {perspective: 100, fadeContent: true, fadeBackground: true}, //맞춤 선택자 sectionSelector: '.section', slideSelector: '.slide', lazyLoading: true, //사건(이벤트) onLeave: function(origin, destination, direction){}, afterLoad: function(origin, destination, direction){}, afterRender: function(){}, afterResize: function(width, height){}, afterReBuild: function(){}, afterResponsive: function(isResponsive){}, afterSlideLoad: function(section, origin, destination, direction){}, onSlideLeave: function(section, origin, destination, direction){} });
'Program > JAVA Basic' 카테고리의 다른 글
라이트박스라이브러리 구현.attr (0) 2020.08.05 NOTICE box 구현 완료. 탭키 (4) 2020.08.01 media-box에 탭키원리 적용하기? (2) 2020.08.01 [라.프]1~2페이지.유튜부 동영상 팝업창 (0) 2020.08.01 [NHN]메인슬라이더.움직이는 속도바 (3) 2020.07.23