diff --git a/src/sunpower-banners-durability-300x600-v2/js/banner.animation.js b/src/sunpower-banners-durability-300x600-v2/js/banner.animation.js index 0290304..10e9b93 100644 --- a/src/sunpower-banners-durability-300x600-v2/js/banner.animation.js +++ b/src/sunpower-banners-durability-300x600-v2/js/banner.animation.js @@ -251,8 +251,8 @@ Banner.prototype.animate = function () { .to([this.logo, this.cta], 0.4, { autoAlpha: 0 }, 'swap') .from([this.logoBig, this.tag], 0.5, { autoAlpha: 0 }, 'swap+=0.5') // .staggerFrom([this.copy10, this.copy11, this.cta2], 0.4, { autoAlpha: 0 }, 0.4, 'swap+=1') - .staggerFrom([this.copy10, this.copy11], 0.5, { x: -300, ease: Power1.easeOut }, 0.1) - .from(this.cta2, 0.5, { autoAlpha: 0 }) + .staggerFrom([this.copy10, this.copy11], 0.4, { x: -300, ease: Power1.easeOut }, 0.1) + .from(this.cta2, 0.4, { autoAlpha: 0 }) .call(function(){ loop++ console.log('loop: ', loop);