MCPcopy Index your code
hub / github.com/ionic-team/ionic-framework / play

Method play

core/src/utils/animation/animation-interface.ts:16–16  ·  view source on GitHub ↗

* Play the animation * * If the `sync` options is `true`, the animation will play synchronously. This * is the equivalent of running the animation * with a duration of 0ms.

(opts?: AnimationPlayOptions)

Source from the content-addressed store, hash-verified

14 * with a duration of 0ms.
15 */
16 play(opts?: AnimationPlayOptions): Promise<void>;
17
18 /**
19 * Pauses the animation

Callers 9

checkPlaybackFunction · 0.80
startAnimationMethod · 0.80
handleViewTransitionMethod · 0.80
overlayAnimationFunction · 0.80
playWebAnimationsFunction · 0.80
playFunction · 0.80
animation.spec.tsFile · 0.80
playTransitionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected