Skip to content

Instantly share code, notes, and snippets.

@romanejaquez
Created August 18, 2020 04:59
Show Gist options
  • Save romanejaquez/afe78187f9b6b45d0d5d6c0dfd087e64 to your computer and use it in GitHub Desktop.
Save romanejaquez/afe78187f9b6b45d0d5d6c0dfd087e64 to your computer and use it in GitHub Desktop.
export enum SplashAnimationType {
SlideLeft = "slide-left",
SlideRight = "slide-right",
FadeOut = "fade-out"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment