Skip to content

Commit

Permalink
fix(docs): Fixed the waves fade in animation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Skyost committed Nov 23, 2023
1 parent ae2cb62 commit a235458
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/components/BonsoirHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,11 @@ import { siteMeta } from '~/meta'
&:before {
animation: fade-in-animation;
animation-delay: 3s;
animation-delay: 1s;
animation-duration: 1s;
animation-iteration-count: 1;
animation-fill-mode: forwards;
opacity: 0;
position: absolute;
content: '';
height: 100%;
Expand Down

0 comments on commit a235458

Please sign in to comment.