Skip to content

Instantly share code, notes, and snippets.

@mazzouzi
Last active September 24, 2022 11:49
Show Gist options
  • Save mazzouzi/a70ea72b0e7b83306ad4482ad8fd105e to your computer and use it in GitHub Desktop.
Save mazzouzi/a70ea72b0e7b83306ad4482ad8fd105e to your computer and use it in GitHub Desktop.
lerp Y axis
val titleY = lerp(
titleYFirstInterpolatedPoint,
titleYSecondInterpolatedPoint,
collapseFraction
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment