Skip to content

Instantly share code, notes, and snippets.

@mazzouzi
Last active September 24, 2022 11:48
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 mazzouzi/e9f261b2a7ea4be19bdbff1cc0e727be to your computer and use it in GitHub Desktop.
Save mazzouzi/e9f261b2a7ea4be19bdbff1cc0e727be to your computer and use it in GitHub Desktop.
lerp P1P2 - X axis
val titleXSecondInterpolatedPoint = lerp(
titlePaddingEnd * 5 / 4,
titlePaddingEnd,
collapseFraction
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment