mousefox在firefox上超级慢

时间:2014-08-20 14:51:34

标签: javascript jquery firefox webkit

制作了这个动画,它在Webkit浏览器和移动设备上运行得非常快,但在Firefox上却没有。想知道是否有一些特定的关于firefox或jquery的内容会使得更改幻灯片的速度变慢。

/* hover function */

  function changeSlide(slideNo){
    $('.slide-active').removeClass('slide-active');
    $('.motion-container img:eq('+slideNo+')').addClass('slide-active');
  }

  $('.hover').mouseover(function(){
    $slideNo = $(this).attr('no-data');
    changeSlide($slideNo);
  });

http://nicegrp.co.uk/dev/skateboard/deviceMotion.html

0 个答案:

没有答案
相关问题