Skip to content

Instantly share code, notes, and snippets.

@umkasanki
Created June 15, 2021 08:27
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 umkasanki/b59ddc251862fdc67492837b82e2f705 to your computer and use it in GitHub Desktop.
Save umkasanki/b59ddc251862fdc67492837b82e2f705 to your computer and use it in GitHub Desktop.
Figma scroll animation
.onboarding--inner--VHh_M {
height: auto;
animation: onboarding--scrolly--1DurJ 120s infinite;
animation-name: onboarding--scrolly--1DurJ;
animation-duration: 120s;
animation-timing-function: ease;
animation-delay: 0s;
animation-iteration-count: infinite;
animation-direction: normal;
animation-fill-mode: none;
animation-play-state: running;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment