* When true, this value has been animated at least once.
()
| 143 | * When true, this value has been animated at least once. |
| 144 | */ |
| 145 | get hasAnimated() { |
| 146 | return hasAnimated(this) |
| 147 | } |
| 148 | |
| 149 | /** |
| 150 | * When true, this value has an unfinished animation, |
nothing calls this directly
no test coverage detected