我的单页网站(www. [。] webmill [。] eu)上的curtain.js效果(jQuery插件)在我推出网站后就已经死了。当我点击初始网站上的菜单项时,没有任何反应,您也无法滚动到它们。在移动显示屏上,一切似乎都按计划运行:
function triggerAnimation(){
if(MQ == 'desktop') {
//if on desktop screen - animate sections
(!window.requestAnimationFrame) ? animateSection() : window.requestAnimationFrame(animateSection);
} else {
//on mobile - remove the style added by jQuery
$('.section').find('.container-fluid').removeAttr('style').find('.half').removeAttr('style');
}
//update navigation arrows visibility
checkNavigation();
}
一般来说,它的行为应该是这样的:http://goo.gl/UxTmw3 直到最近才相信它是响应式设计相关但研究结果不然,到目前为止没有任何东西可以做到这一点。
非常感谢任何帮助!
答案 0 :(得分:0)
我不知道它的相对性,但你有一个javascript错误
错误:有多个名为' velvet'的模板。每个模板都需要一个唯一的名称。