Skip to content

Instantly share code, notes, and snippets.

@vincentmvdm
Last active July 16, 2019 20:39
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 vincentmvdm/635f874e3062b87069e026a6a9f7b830 to your computer and use it in GitHub Desktop.
Save vincentmvdm/635f874e3062b87069e026a6a9f7b830 to your computer and use it in GitHub Desktop.
export function ArtistName(): Override {
const opacity = useTransform(scrollDistance, [0, -224], [1, 0])
return {
opacity,
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment