'Interface for angular animations with parameters/variables
Everywhere I find articles with examples of how to use animations with parameters:
- Angular 4 Animations add parameters
- How to use input parameters in angular 6 animation?
- https://andreadicioccio.medium.com/use-variables-in-angular-animations-63c4c0fb554f
- https://medium.com/@danieltamirr/parameterized-angular-animations-fa73a2727158
So far so good. But what I can't find is. What is the name of that interface?
e.g. [@leavingTowardsTop]="{value: ':leave', params : {topPixels: '-300px'}}" (link to the post)
Also I checked already the docs https://angular.io/api/animations. Can't find anything.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
