Skip to content

Instantly share code, notes, and snippets.

@philipshen
Created August 21, 2018 08:54
Show Gist options
  • Save philipshen/946dcaf6a1201d54d96ebdf4aae6446e to your computer and use it in GitHub Desktop.
Save philipshen/946dcaf6a1201d54d96ebdf4aae6446e to your computer and use it in GitHub Desktop.
type Anim = {
duration?: number,
delay?: number,
springDamping?: number,
initialVelocity?: number,
type?: $Enum<typeof TypesEnum>,
property?: $Enum<typeof PropertiesEnum>,
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment