From: nael Date: Tue, 8 Jan 2019 11:12:05 +0000 (+0100) Subject: wait #2474 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=4c033980cdcd82e119fdb7c0dc3698d079b3dd9b;p=Animations.git wait #2474 --- diff --git a/Fluidbook-presentation-reveal/Fluidbook-presentation-reveal-p8/style.css b/Fluidbook-presentation-reveal/Fluidbook-presentation-reveal-p8/style.css index 8abf5f6..f89051c 100644 --- a/Fluidbook-presentation-reveal/Fluidbook-presentation-reveal-p8/style.css +++ b/Fluidbook-presentation-reveal/Fluidbook-presentation-reveal-p8/style.css @@ -25,7 +25,7 @@ overflow: hidden; left: 84px; z-index: 4; - top: 428px; + top: 420px; width: 378px; } .line::before { content: ""; @@ -48,7 +48,7 @@ .secondblock { letter-spacing: -0.15px; z-index: 3; - top: 447px; + top: 442px; width: 392px; } .secondblock::before { animation: rev-block 0.5s ease-out forwards; @@ -59,7 +59,7 @@ .thirdblock { letter-spacing: -0.25px; z-index: 2; - top: 467px; + top: 464px; width: 286px; } .thirdblock::before { animation: rev-block 0.5s ease-out forwards; diff --git a/Fluidbook-presentation-reveal/Fluidbook-presentation-reveal-p8/style.sass b/Fluidbook-presentation-reveal/Fluidbook-presentation-reveal-p8/style.sass index 316c571..1ffe5be 100644 --- a/Fluidbook-presentation-reveal/Fluidbook-presentation-reveal-p8/style.sass +++ b/Fluidbook-presentation-reveal/Fluidbook-presentation-reveal-p8/style.sass @@ -54,17 +54,17 @@ $delay_text:0.25s animation: appear-text 0.5s ease-out forwards position: relative - @include line($top:428px,$width: 378px, $line_delay:0s) + @include line($top:420px,$width: 378px, $line_delay:0s) .secondblock letter-spacing: -0.15px z-index: 3 - @include line($top: 447px, $width: 392px,$line_delay:0.3s) + @include line($top: 442px, $width: 392px,$line_delay:0.3s) .thirdblock letter-spacing: -0.25px z-index: 2 - @include line($top: 467px, $width: 286px,$line_delay:0.6s) + @include line($top: 464px, $width: 286px,$line_delay:0.6s) @keyframes rev-block 0%