Skip to content

Instantly share code, notes, and snippets.

@risingBirdSong
Last active June 30, 2020 22:55
Show Gist options
  • Save risingBirdSong/19455b16e03284f9dbd3ee9e51120a74 to your computer and use it in GitHub Desktop.
Save risingBirdSong/19455b16e03284f9dbd3ee9e51120a74 to your computer and use it in GitHub Desktop.
to: (params: animOptions) => void;
interface animOptions {
x?: number
y?: number;
height?: number;
width?: number;
skewX?: number;
skewY?: number;
scaleY?: number;
scaleX?: number;
rotation?: number;
opacity?: number;
offsetY?: number;
offsetX?: number;
brightness?: number;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment