From: nael Date: Fri, 21 Dec 2018 10:14:12 +0000 (+0100) Subject: wait #2460 ajout version EN X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=cff33b1671437eddd0931a365a7e690de280509f;p=Animations.git wait #2460 ajout version EN --- diff --git a/Fluidbook-presentation-quotes/p16/index.html b/Fluidbook-presentation-quotes/p16/index.html index f6376a2..d03e8f8 100644 --- a/Fluidbook-presentation-quotes/p16/index.html +++ b/Fluidbook-presentation-quotes/p16/index.html @@ -9,11 +9,12 @@
- +
-

Obtenez un retour direct sur la façon dont votre publcation est lue.

+

Fluidbook can also be connected to your + own Google Analytics account.

diff --git a/Fluidbook-presentation-quotes/p16/main.js b/Fluidbook-presentation-quotes/p16/main.js index d05d924..4f409a6 100644 --- a/Fluidbook-presentation-quotes/p16/main.js +++ b/Fluidbook-presentation-quotes/p16/main.js @@ -14,7 +14,7 @@ $(letter).filter(function(index) { let tl = new TimelineMax(); tl.from('.quote1',1,{opacity:0,top:618}); -tl.from('.quote2',1,{opacity:0,top:646},'+=4'); +tl.from('.quote2',1,{opacity:0,top:646},'+=4.5'); let tl2 = new TimelineMax(); tl2.from('.all',1,{opacity:0},'+=1'); diff --git a/Fluidbook-presentation-quotes/p16/style.css b/Fluidbook-presentation-quotes/p16/style.css index e1a464b..d33a4c5 100644 --- a/Fluidbook-presentation-quotes/p16/style.css +++ b/Fluidbook-presentation-quotes/p16/style.css @@ -44,6 +44,6 @@ position: absolute; width: 20px; top: 666px; - left: 321px; } + left: 378px; } /*# sourceMappingURL=style.css.map */ diff --git a/Fluidbook-presentation-quotes/p16/style.sass b/Fluidbook-presentation-quotes/p16/style.sass index d1d9049..0f59b10 100644 --- a/Fluidbook-presentation-quotes/p16/style.sass +++ b/Fluidbook-presentation-quotes/p16/style.sass @@ -39,4 +39,4 @@ $fontcolor: #19344D position: absolute width: 20px top: 666px - left: 321px + left: 378px