* Absolute coordinate positions adjusted for scroll.
| 2 | * Absolute coordinate positions adjusted for scroll. |
| 3 | */ |
| 4 | interface Coordinates { |
| 5 | top: number |
| 6 | left: number |
| 7 | width: number |
| 8 | height: number |
| 9 | } |
| 10 | |
| 11 | /** |
| 12 | * Allows start/stop control of the animation |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…