From: nael Date: Fri, 21 Dec 2018 10:11:44 +0000 (+0100) Subject: wait #2457 ajout version EN X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=e7d54ee7c36322559d9553f8e7b456f8e708fe02;p=Animations.git wait #2457 ajout version EN --- diff --git a/Fluidbook-presentation-quotes/p6/index.html b/Fluidbook-presentation-quotes/p6/index.html index 1e6f2ad..9f7515b 100644 --- a/Fluidbook-presentation-quotes/p6/index.html +++ b/Fluidbook-presentation-quotes/p6/index.html @@ -9,11 +9,12 @@
- +
-

Chaque Fluidbook est livré avec un thème graphique personnalisé.

+

Each Fluidbook comes with a + personalized theme.

diff --git a/Fluidbook-presentation-quotes/p6/main.js b/Fluidbook-presentation-quotes/p6/main.js index dc085eb..3417b2f 100644 --- a/Fluidbook-presentation-quotes/p6/main.js +++ b/Fluidbook-presentation-quotes/p6/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:659},'+=4'); +tl.from('.quote2',1,{opacity:0,top:659},'+=3.5'); let tl2 = new TimelineMax(); tl2.from('.all',1,{opacity:0},'+=1'); diff --git a/Fluidbook-presentation-quotes/p6/style.css b/Fluidbook-presentation-quotes/p6/style.css index a8dea51..63da127 100644 --- a/Fluidbook-presentation-quotes/p6/style.css +++ b/Fluidbook-presentation-quotes/p6/style.css @@ -44,6 +44,6 @@ position: absolute; width: 20px; top: 679px; - left: 373px; } + left: 272px; } /*# sourceMappingURL=style.css.map */ diff --git a/Fluidbook-presentation-quotes/p6/style.sass b/Fluidbook-presentation-quotes/p6/style.sass index 36af674..e8ac673 100644 --- a/Fluidbook-presentation-quotes/p6/style.sass +++ b/Fluidbook-presentation-quotes/p6/style.sass @@ -39,4 +39,4 @@ $fontcolor: #19344D position: absolute width: 20px top: 679px - left: 373px + left: 272px