* Sets how the animation applies styles to its * elements before and after the animation's execution.
(fill: AnimationFill | undefined)
| 65 | * elements before and after the animation's execution. |
| 66 | */ |
| 67 | fill(fill: AnimationFill | undefined): Animation; |
| 68 | |
| 69 | /** |
| 70 | * Sets whether the animation should play forwards, |
no outgoing calls
no test coverage detected