amend: amend timings to durability 300x600
This commit is contained in:
parent
72bb16e525
commit
37ddca2b12
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue