$(function(){ // home animation timeline const homeAnimation = gsap.timeline(); homeAnimation.to(".people", { duration: 5000, backgroundPosition: "+=20%", ease: Power4.easeOut, }); homeAnimation.to(".trees", { delay:-5000, duration: 7500, backgroundPosition: "+=20%", ease: Power4.easeOut, }); homeAnimation.to(".buildings", { delay:-7500, duration: 10000, backgroundPosition: "+=20%", ease: Power4.easeOut, }); homeAnimation.to(".background", { delay:-10000, duration: 12500, backgroundPosition: "+=20%", ease: Power4.easeOut, }); $('#title-slider').flickity({ cellAlign: 'left', contain: true, freeScroll: false, prevNextButtons: false, pageDots: false, wrapAround: true, imagesLoaded: true, autoPlay: 4000, }); /*******************************************************************/ /* ftrtch dino */ /* [type: JS] [file:headeranimation] [23.101] DESIGN*/ /*******************************************************************/ /* 0.2 D>D */ /* db 162 */ });