powy1993 / fullpage

For desktop(ie5.5+) or mobile webApp without jQuery,create full screen pages fast and simple.
http://1.fullpagechris.sinaapp.com/index.html
749 stars 267 forks source link

移动端触摸不切屏 #55

Closed hellolujian closed 5 years ago

hellolujian commented 6 years ago
    var runPage;
runPage = new FullPage({
    id: 'pageContain',
    slideTime: 800,
    effect: {
        transform: {
            translate: 'Y'
        },
        opacity: [0, 1]
    },
    mode : 'wheel, touch',
    easing: 'ease'
});

移动端上滑下滑为什么不会切屏呢

hellolujian commented 6 years ago

transform: { translate: 'Y', // 'X'|'Y'|'XY'|'none' scale : [0, 1], // [scalefrom, scaleto] rotate : [0, 0] }, transform里的属性要写全