Skip to content

Instantly share code, notes, and snippets.

@alt-karate
Created April 9, 2021 21:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alt-karate/041689bc9bc8de4b5ac31eeb8f75654b to your computer and use it in GitHub Desktop.
Save alt-karate/041689bc9bc8de4b5ac31eeb8f75654b to your computer and use it in GitHub Desktop.
(参考サイト) https://pulpxstyle.com/post-154/
<div class="wrap">
<div class="bg"></div>
</div>
.wrap {
animation: fadein 3s forwards;
}
@keyframes fadein {
0% {opacity: 0}
100% {opacity: 1}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment