linktransition
| npm Package | @angular/core |
|---|---|
| Module | import { transition } from '@angular/core'; |
| Source | core/src/animation/animation_metadata_wrapped.ts |
linkDeprecation Notes
This symbol has moved. Please Import from @angular/animations instead!
function transition(stateChangeExpr: string, steps: AnimationMetadata | AnimationMetadata[]): AnimationTransitionMetadata;