]> _ Git - Animations.git/commitdiff
wait #2457
authornael <nael@cubedesigners.com>
Thu, 20 Dec 2018 11:39:41 +0000 (12:39 +0100)
committernael <nael@cubedesigners.com>
Thu, 20 Dec 2018 11:39:41 +0000 (12:39 +0100)
Fluidbook-presentation-quotes/p6/main.js

index 694747538c3d42cff20fc05e4e7eaf9e2e507337..dc085ebcbdbd720bcda4e0eb478d42162166786c 100644 (file)
@@ -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:659},'+=4.8');
+tl.from('.quote2',1,{opacity:0,top:659},'+=4');
 
 let tl2 = new TimelineMax();
 tl2.from('.all',1,{opacity:0},'+=1');