Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图让 John Polacek 的 Superscrollorama jQuery 插件对某些文本产生视差效果,但我一直遇到困难 - 错误消息:“控制器未定义”但据我所知控制器已定义,我'我可能错过了明显的,但我不确定是什么?
http://jsfiddle.net/RPRzW/6/
谢谢
你需要初始化控制器,像这样..
var controller = $.superscrollorama(); //Pass settings if any
更新的演示