jquery(function() { gsap.timeline().to(".loading svg", { strokedashoffset: 0, duration: 2, stroke: "#b9b9b9", ease: "none", }).to(".sjx", { stroke: "#fff", fill: "#e6213a", duration: 0, ease: "none" }).to(".wzlj path", { stroke: "#fff", fill: "#332c2b", duration: 2, ease: "none" }).to(".loading", { autoalpha: 0, duration: 2 }).to(".loader", { autoalpha: 0, duration: 2 }); // 新闻资讯 jquery(".incbanner").slick({ slidestoshow: 1, slidestoscroll: 1, centerpadding: '0', arrows: false, speed: 1000, autoplayspeed: 3500, dots: false, infinite: true, centermode: false, autoplay: true, focusonselect: true }); });