Skip to content

Instantly share code, notes, and snippets.

@mazzouzi
Last active September 24, 2022 11:48
Show Gist options
  • Save mazzouzi/d87505396efac462441305c760c55249 to your computer and use it in GitHub Desktop.
Save mazzouzi/d87505396efac462441305c760c55249 to your computer and use it in GitHub Desktop.
lerp P0P1 - X axis
val titleXFirstInterpolatedPoint = lerp(
titlePaddingStart,
titlePaddingEnd * 5 / 4,
collapseFraction
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment