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

Function getFill

core/src/utils/animation/animation.ts:303–312  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

301 };
302
303 const getFill = () => {
304 if (_fill !== undefined) {
305 return _fill;
306 }
307 if (parentAnimation) {
308 return parentAnimation.getFill();
309 }
310
311 return 'both';
312 };
313
314 const getDirection = () => {
315 if (forceDirectionValue !== undefined) {

Callers 2

initializeWebAnimationFunction · 0.85
updateWebAnimationFunction · 0.85

Calls 1

getFillMethod · 0.80

Tested by

no test coverage detected