(&self)
| 529 | } |
| 530 | |
| 531 | pub fn stop_animation(&self) { |
| 532 | // println!("BaseChart stop_animation"); |
| 533 | // animation_start_time = null; |
| 534 | // if self.animation_frame_id != 0 { |
| 535 | // // window.cancelAnimationFrame(animation_frame_id); |
| 536 | // self.animation_frame_id = 0; |
| 537 | // } |
| 538 | } |
| 539 | |
| 540 | // @Deprecated("Use [isAnimating] instead") |
| 541 | pub fn animating(&self) -> bool { |
nothing calls this directly
no outgoing calls
no test coverage detected