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

Method fill

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

* Sets how the animation applies styles to its * elements before and after the animation's execution.

(fill: AnimationFill | undefined)

Source from the content-addressed store, hash-verified

65 * elements before and after the animation's execution.
66 */
67 fill(fill: AnimationFill | undefined): Animation;
68
69 /**
70 * Sets whether the animation should play forwards,

Callers 11

textarea.spec.tsFile · 0.80
form.spec.tsFile · 0.80
searchbar.spec.tsFile · 0.80
inputs.spec.tsFile · 0.80
initializeValuesMethod · 0.80
loadAnimationMethod · 0.80
radio-group.e2e.tsFile · 0.80
animation.spec.tsFile · 0.80
iosTransitionAnimationFunction · 0.80
mdTransitionAnimationFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected