Skip to content

Instantly share code, notes, and snippets.

@reime005
Created September 5, 2020 11:54
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 reime005/cc5ef097b038a60a7e85d9bb4dabf3bf to your computer and use it in GitHub Desktop.
Save reime005/cc5ef097b038a60a7e85d9bb4dabf3bf to your computer and use it in GitHub Desktop.
// the further we are to the left (-) or right (+), we rotate by up to 10deg
// interpolate is from 'react-native-reanimated'
const rotateZ = interpolate(x.value,
[0, -1 * (screenWidth / 2)],
[0, 10]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment