Skip to content

Commit

Permalink
test fadein
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrodevog committed Oct 25, 2023
1 parent ffdf710 commit ddc8f91
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,16 +92,17 @@
}

.fadeElement {
display: inline-block;
opacity: 0;
transition: all 2.5s;
}

.fadeElement.leftFade {
transform: translate(-15vw, 0);
transform: translate(-15vw, 0) rotate(5deg);
}

.fadeElement.rightFade {
transform: translate(15vw, 0);
transform: translate(15vw, 0) rotate(-5deg);
}

.fadeElement.visible {
Expand Down

0 comments on commit ddc8f91

Please sign in to comment.