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

Method is_animating

src/basechart.rs:546–548  ·  view source on GitHub ↗

Whether the chart is animating.

(&self)

Source from the content-addressed store, hash-verified

544
545 /// Whether the chart is animating.
546 pub fn is_animating(&self) -> bool {
547 self.props.borrow().animation_start_time.is_some()
548 }
549
550 /// Whether the chart is interactive.
551 ///

Callers 2

animatingMethod · 0.80
is_interactiveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected