我收到了一个非常愚蠢的错误消息:
Uncaught SyntaxError: Unexpected token;
我看不出语法错误的地方:
$(document).ready(function() {
var start = $.superscollorama();
start.addTween('#windSection', Tweenmax.from($('#windSection'), .25, {css:{backgroundColor:'blue'}});
});