Mobile 手机用锡合金棒

Mobile 手机用锡合金棒,mobile,tinyscrollbar,Mobile,Tinyscrollbar,据英国《每日邮报》报道,手机滚动应该是可行的。在“选项”下,您可以看到: invertscroll:false——启用移动反向样式滚动 有人真的让这个工作吗?非常感谢您的帮助。谢谢 我的代码是标准HTML设置,我的选项配置为: $.tiny.scrollbar = { options: { axis : 'y' // vertical or horizontal scrollbar? ( x || y ).

据英国《每日邮报》报道,手机滚动应该是可行的。在“选项”下,您可以看到:

invertscroll:false
——启用移动反向样式滚动

有人真的让这个工作吗?非常感谢您的帮助。谢谢

我的代码是标准HTML设置,我的选项配置为:

$.tiny.scrollbar = {
        options: {
                axis       : 'y'    // vertical or horizontal scrollbar? ( x || y ).
            ,   wheel      : 40     // how many pixels must the mouswheel scroll at a time.
            ,   scroll     : true   // enable or disable the mousewheel.
            ,   lockscroll : true   // return scrollwheel to browser if there is no more content.
            ,   size       : 'auto' // set the size of the scrollbar to auto or a fixed number.
            ,   sizethumb  : 'auto' // set the size of the thumb to auto or a fixed number.
                                             ,   invertscroll  : true // enable scrolling for mobiles

        }
    };

它是滚动反转而不是滚动反转。如果你不相信我,打开jquery.tinyscrollbar.js,它将出现在第二个函数中

我已经把我的帖子扩展到上面了……是的,它确实对我有用。我的密码和你的一样。