Skip to content

Instantly share code, notes, and snippets.

@ederchrono
Created May 15, 2019 06:44
Show Gist options
  • Save ederchrono/45d2566592d1ad18da182cab874d588c to your computer and use it in GitHub Desktop.
Save ederchrono/45d2566592d1ad18da182cab874d588c to your computer and use it in GitHub Desktop.
const calculateBlur = (position) => {
return MAX_BLUR * (1 - position / DEVICE_WIDTH)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment