Sha256: 33f6dcdfdeba1ff5f5736ccaf3b9bfdd711827bf210b3e5a95338ef732571a1e
Contents?: true
Size: 463 Bytes
Versions: 14
Compression:
Stored size: 463 Bytes
Contents
const SetupHome = () => { if ($(body).hasClass("type-home")) { let tl = gsap.timeline({repeat:-1,yoyo:true,defaults:{ease:"sine.inOut"}}); tl.fromTo(".area.book",{y:-5},{duration:1,y:5}); $(".wrap.home").slick(Config.slick); $(".wrap.book").hover( function() { gsap.to(this,{duration:0.1,y:-20}); }, function() { gsap.to(this,{duration:0.1,y:0}); }); } } if (Config.install == "library") { $(SetupHome); }
Version data entries
14 entries across 14 versions & 1 rubygems