wScratchPad在手机上特别卡怎么办?在chrome中还好些,在firefox和手机上就特别卡,把realtime设置成false,也不卡了,但是scratchMove 中percent就不生效了
$('#maskBoard').wScratchPad({
size:50,
fg : '/1.jpg', // Background (image path or hex color).
bg : '/2.jpg', // Foreground (image path or hex color).
realtime : true, // Calculates percentage in realitime.
scratchMove : function(e, percent){
if(percent>=30){
alert('我要干点其他事儿了');
}
console.log(percent);
},
scratchUp:function(){
}
});
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
拥有18年软件开发和IT教学经验。曾任多家上市公司技术总监、架构师、项目经理、高级软件工程师等职务。 网络人气名人讲师,...