Skip to content

Commit

Permalink
Hide brackets before they animate
Browse files Browse the repository at this point in the history
  • Loading branch information
slmnio committed Mar 27, 2022
1 parent 55c290a commit 9e51a9b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/src/components/broadcast/roots/BracketOverlay.vue
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ export default {
--anim-jump: 300ms;
--anim-base: 700ms;
}
.broadcast--active:not(.broadcast--animation-active) .bracket {
display: none;
}
.broadcast--animation-active .bracket >>> .column {
animation: colreveal 500ms backwards;
animation-delay: var(--anim-base);
Expand Down

0 comments on commit 9e51a9b

Please sign in to comment.