(property: string, value: string | number)
| 36 | progressEnd(playTo: 0 | 1 | undefined, step: number, dur?: number): Animation; |
| 37 | |
| 38 | from(property: string, value: string | number): Animation; |
| 39 | to(property: string, value: string | number): Animation; |
| 40 | fromTo(property: string, fromValue: string | number, toValue: string | number): Animation; |
| 41 |
no outgoing calls
no test coverage detected