Commit 2b77a894 authored by Chunchi Che's avatar Chunchi Che

update small

parent 112a3952
Pipeline #22816 passed with stages
in 13 minutes and 19 seconds
......@@ -146,7 +146,7 @@ body * {
width: $particleSize + px;
height: $particleSize + px;
$startPositionY: random(10) + 60;
$startPositionY: random(10) + 80;
$framesName: "move-frames" + $i;
$moveDuration: 28000 + random(9000) + ms;
......@@ -157,7 +157,7 @@ body * {
@keyframes #{$framesName} {
from {
transform: translate3d(
#{random(100) + vw},
#{random(90) + vw},
#{$startPositionY + vh},
0
);
......@@ -165,7 +165,7 @@ body * {
to {
transform: translate3d(
#{random(100) + vw},
#{random(90) + vw},
#{- $startPositionY - random(30) + vh},
0
);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment