Skip to content

Instantly share code, notes, and snippets.

@walidum
Created May 5, 2021 17:28
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 walidum/651f304bf5ea3bb42d2d0c5bab2af5ef to your computer and use it in GitHub Desktop.
Save walidum/651f304bf5ea3bb42d2d0c5bab2af5ef to your computer and use it in GitHub Desktop.
Angular animations
@Component({
selector: 'app-root',
templateUrl: 'app.component.html',
styleUrls: ['app.component.css'],
animations: [
// animation triggers go here
]
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment