]> _ Git - Animations.git/commitdiff
wait #2474
authornael <nael@cubedesigners.com>
Tue, 8 Jan 2019 11:12:05 +0000 (12:12 +0100)
committernael <nael@cubedesigners.com>
Tue, 8 Jan 2019 11:12:05 +0000 (12:12 +0100)
Fluidbook-presentation-reveal/Fluidbook-presentation-reveal-p8/style.css
Fluidbook-presentation-reveal/Fluidbook-presentation-reveal-p8/style.sass

index 8abf5f60e87a7726d73f8c6e64405ba0cd96ad68..f89051cd6e4b4ced131a252416376925168e8df9 100644 (file)
@@ -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;
index 316c571446ed80b92342dccab1a7b60f87637d63..1ffe5be63c6c0095d2b6c881398d624d256cdbd1 100644 (file)
@@ -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%