* When true, this value has an unfinished animation, * which is either active or paused.
()
| 151 | * which is either active or paused. |
| 152 | */ |
| 153 | get isAnimating() { |
| 154 | return isAnimating(this) |
| 155 | } |
| 156 | |
| 157 | /** |
| 158 | * When true, all current and future animations are paused. |
nothing calls this directly
no test coverage detected