Skip to content

Commit ded3eca

Browse files
Updated Uploading Animation Page
1 parent d9fea3e commit ded3eca

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

public/styles.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,9 @@ body {
582582
position: absolute;
583583
top: 40%;
584584
left: 0%;
585+
}
585586

587+
.uploading .pixel-1 {
586588
animation: pixel-1-animation 5s ease-in-out infinite 1.25s;
587589
}
588590

@@ -625,7 +627,9 @@ body {
625627
position: absolute;
626628
top: 20%;
627629
left: 20%;
630+
}
628631

632+
.uploading .pixel-2 {
629633
animation: pixel-2-animation 5s ease-in-out infinite 1.25s;
630634
}
631635

@@ -668,7 +672,9 @@ body {
668672
position: absolute;
669673
top: 20%;
670674
left: 60%;
675+
}
671676

677+
.uploading .pixel-3 {
672678
animation: pixel-3-animation 5s ease-in-out infinite 1.25s;
673679
}
674680

@@ -711,7 +717,9 @@ body {
711717
position: absolute;
712718
top: 40%;
713719
left: 80%;
720+
}
714721

722+
.uploading .pixel-4 {
715723
animation: pixel-4-animation 5s ease-in-out infinite 1.25s;
716724
}
717725

@@ -755,7 +763,9 @@ body {
755763
top: 0%;
756764
left: 40%;
757765
height: 120%;
766+
}
758767

768+
.uploading .pixel-5 {
759769
animation: pixel-5-animation 5s ease-in-out infinite 1.25s;
760770
}
761771

0 commit comments

Comments
 (0)