Skip to content

Commit

Permalink
hotfix: remove visibility toggling in text reveal animation (#696)
Browse files Browse the repository at this point in the history
  • Loading branch information
rezrah authored Aug 14, 2024
1 parent 55a353c commit 826932a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,11 @@

.TextRevealAnimation {
opacity: 0;
visibility: hidden;
transition: opacity var(--brand-animation-duration-default) var(--brand-animation-easing-default);
}

.TextRevealAnimation--visible {
opacity: 1;
visibility: visible;
}

.TextRevealAnimation,
Expand Down

0 comments on commit 826932a

Please sign in to comment.