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 * { ...@@ -146,7 +146,7 @@ body * {
width: $particleSize + px; width: $particleSize + px;
height: $particleSize + px; height: $particleSize + px;
$startPositionY: random(10) + 60; $startPositionY: random(10) + 80;
$framesName: "move-frames" + $i; $framesName: "move-frames" + $i;
$moveDuration: 28000 + random(9000) + ms; $moveDuration: 28000 + random(9000) + ms;
...@@ -157,7 +157,7 @@ body * { ...@@ -157,7 +157,7 @@ body * {
@keyframes #{$framesName} { @keyframes #{$framesName} {
from { from {
transform: translate3d( transform: translate3d(
#{random(100) + vw}, #{random(90) + vw},
#{$startPositionY + vh}, #{$startPositionY + vh},
0 0
); );
...@@ -165,7 +165,7 @@ body * { ...@@ -165,7 +165,7 @@ body * {
to { to {
transform: translate3d( transform: translate3d(
#{random(100) + vw}, #{random(90) + vw},
#{- $startPositionY - random(30) + vh}, #{- $startPositionY - random(30) + vh},
0 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