Skip to content

Commit

Permalink
animation timing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gregswinehart committed Nov 18, 2023
1 parent 57cf7bf commit e2632e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/_partials/components-list.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</div>
<div class="component-list-card">
<div style="background-color: #ffffff;
animation: 0.5s fadeIn;
animation: 0.75s fadeIn;
animation-fill-mode: forwards;
visibility: hidden;
border-radius: 10px;">
Expand All @@ -58,7 +58,7 @@
opacity: 0;
}
30% {
50% {
opacity: 0;
}
Expand Down

0 comments on commit e2632e4

Please sign in to comment.