From 1d4be61e75bf2d4b69ba584f3e1ecfbed60b46cc Mon Sep 17 00:00:00 2001 From: nael Date: Tue, 5 Feb 2019 11:46:08 +0100 Subject: [PATCH] wait #2458 @0.05 --- Fluidbook-presentation-quotes/p8/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); -- 2.39.5