From: nael Date: Tue, 5 Feb 2019 10:46:08 +0000 (+0100) Subject: wait #2458 @0.05 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=1d4be61e75bf2d4b69ba584f3e1ecfbed60b46cc;p=Animations.git wait #2458 @0.05 --- diff --git a/Fluidbook-presentation-quotes/p8/main.js b/Fluidbook-presentation-quotes/p8/main.js index 8e2e706..8cd0660 100644 --- a/Fluidbook-presentation-quotes/p8/main.js +++ b/Fluidbook-presentation-quotes/p8/main.js @@ -14,7 +14,7 @@ $(letter).filter(function(index) { let tl = new TimelineMax(); tl.from('.quote1',1,{opacity:0,top:631}); -tl.from('.quote2',1,{opacity:0,top:686},'+=5.5'); +tl.from('.quote2',1,{opacity:0,top:686},'+=8'); let tl2 = new TimelineMax(); tl2.from('.all',1,{opacity:0},'+=1');