Skip to content

Instantly share code, notes, and snippets.

@blockworks
Created October 25, 2025 00:11
Show Gist options
  • Select an option

  • Save blockworks/338cf53671edeba673637be3bb528f4b to your computer and use it in GitHub Desktop.

Select an option

Save blockworks/338cf53671edeba673637be3bb528f4b to your computer and use it in GitHub Desktop.
ふわっと表示
https://www.youtube.com/shorts/EA1ukg1SMQc
.fadein{
/*変化後の指定*/
opacity: 1;
translate: 0;
transition:
opacity 1s ease,
translate 1s ease;
/*変化前のスタイル*/
@starting-style{
opacity: 0;
translate: 0 50px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment