MCPcopy Create free account
hub / github.com/angular-rust/ux-charts / stop_animation

Method stop_animation

src/basechart.rs:531–538  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected