Skip to content

Instantly share code, notes, and snippets.

@linean
Created May 10, 2022 19:53
Show Gist options
  • Save linean/b21ab35664a46ec863dbb8aae1ccbefd to your computer and use it in GitHub Desktop.
Save linean/b21ab35664a46ec863dbb8aae1ccbefd to your computer and use it in GitHub Desktop.
typealias ItemOffset = Animatable<DpOffset, AnimationVector2D>
fun ItemOffset(offset: DpOffset): ItemOffset = Animatable(offset, DpOffset.VectorConverter)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment