Skip to content

Instantly share code, notes, and snippets.

@angjez
Created July 25, 2022 14:30
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 angjez/6b5a8957f1627102a765c713b539d2f1 to your computer and use it in GitHub Desktop.
Save angjez/6b5a8957f1627102a765c713b539d2f1 to your computer and use it in GitHub Desktop.
const xInput = [-100, 0, 100];
const color = useTransform(x, xInput, [
theme.colors.pink,
theme.colors.orange,
theme.colors.green,
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment