From: nael Date: Thu, 20 Dec 2018 14:37:45 +0000 (+0100) Subject: wait #2427 @0.05 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=d61d2842bcb1f7df137d6d1918d72560e843123d;p=Animations.git wait #2427 @0.05 --- diff --git a/AccorHotel-p12-13/AccorHotel-p12-13.zip b/AccorHotel-p12-13/AccorHotel-p12-13.zip index 87381db..28235e4 100644 Binary files a/AccorHotel-p12-13/AccorHotel-p12-13.zip and b/AccorHotel-p12-13/AccorHotel-p12-13.zip differ diff --git a/AccorHotel-p12-13/main.js b/AccorHotel-p12-13/main.js index fdc477d..2e0454b 100644 --- a/AccorHotel-p12-13/main.js +++ b/AccorHotel-p12-13/main.js @@ -90,7 +90,7 @@ function startContinents() { } let tl = new TimelineMax(); -tl.from('.title',1,{opacity:0,top: 450},'+=8'); +tl.from('.title',1,{opacity:0,top: 450},'+=4'); tl.from('.line1',1,{opacity:0},'+=0.1'); tl.from('.contentline',1,{opacity:0,top:-20},'+=0.1'); tl.call(defilenumber,[1]); diff --git a/AccordHotel-p60/p60-animleft/main.js b/AccordHotel-p60/p60-animleft/main.js index c7b97d0..f056d69 100644 --- a/AccordHotel-p60/p60-animleft/main.js +++ b/AccordHotel-p60/p60-animleft/main.js @@ -4,9 +4,9 @@ tl.from('.img1',1.5,{display: 'none',x: -150,opacity:0}); tl.from('.img2',1.5,{display: 'none',x: -150,opacity:0},"+=0.2"); // tl.from('.img3',1.5,{display: 'none',x: -150,opacity:0},"-=0.9"); -tl.from('.numbers',1,{opacity:0},'+=5'); +tl.from('.numbers',1,{opacity:0}); -var delay = 9.2; +var delay = 3.8; var id1 = document.getElementById("number1"); var id2 = document.getElementById("number2");