amend: amend timings to durability 300x600

This commit is contained in:
Fabriek/Snap 2017-07-31 12:03:03 +02:00
parent 72bb16e525
commit 37ddca2b12

View file

@ -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);