(property: string, value: string | number)
| 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 | |
| 42 | /** |
no outgoing calls
no test coverage detected