我正在网站which can be seen here上工作,我在跟随this tutorial之后刚刚合并了jParallax。我能够让一切工作,但不是让云跟随我的光标,我希望它们向相反的方向移动。我也希望将速度降低到更微妙的程度。
感谢您的帮助。
答案 0 :(得分:2)
你需要自己表现出一些努力。转到插件页面并阅读文档:http://stephband.info/jparallax/。您正在寻找的是选项xparallax和yparallax
$('#parallax .parallax-layer').parallax({
mouseport: $('#parallax'),
xparallax: -1,
yparallax: -1
});
速度改变图像的尺寸