fullpage 사용법

2011 단어

기본용법

![](img/wmlink1.png)
$("#main").fullpage({
       // 
    anchors:['section1','section2','section3','section4','section5','section6'],
      // 
    afterLoad:function(anchorLink,index){
        $('.computer').hide();
        $('.computerfan').hide();
        $('.wmlinkimg').hide();
        $('.reapimg').hide();
        $('.myfriendsimg').hide();
        $('.myfriendsimg2').hide();
        $('.computerfan').hide();

        if (index == 2) {
            $('.computer').show().addClass('computermove');
            $('.computerfan').show().addClass('computerfanmove');
        } 
        if (index == 3) {
            $('.wmlinkimg').show().addClass('animated rollIn');
        } 
        if (index == 5) {
            $('.reapimg').show().addClass('animated bounceInLeft');
        } 
        if (index == 7) {
            $('.myfriendsimg').show().addClass('animated bounceInDown');
            $('.myfriendsimg2').show().addClass('animated bounceIn');
        } 
    }
});

js 함수
// 
$('#banner div div p span').click(function () {
    $.fn.fullpage.moveSectionDown()
})

좋은 웹페이지 즐겨찾기