MCPcopy
hub / github.com/ionic-team/ionic-framework / from

Method from

core/src/utils/animation/animation-interface.ts:38–38  ·  view source on GitHub ↗
(property: string, value: string | number)

Source from the content-addressed store, hash-verified

36 progressEnd(playTo: 0 | 1 | undefined, step: number, dur?: number): Animation;
37
38 from(property: string, value: string | number): Animation;
39 to(property: string, value: string | number): Animation;
40 fromTo(property: string, fromValue: string | number, toValue: string | number): Animation;
41

Callers 15

setupAnimationMethod · 0.80
checkConfigFunction · 0.80
getAccordionsMethod · 0.80
onKeydownMethod · 0.80
inputsChangedMethod · 0.80
checkButtonGroupWrapMethod · 0.80
componentWillLoadMethod · 0.80
activatedChangedMethod · 0.80
img.e2e.tsFile · 0.80
activeItemMethod · 0.80
getButtonsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected