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

Function fromTo

core/src/utils/animation/animation.ts:940–942  ·  view source on GitHub ↗
(property: string, fromValue: string | number, toValue: string | number)

Source from the content-addressed store, hash-verified

938 };
939
940 const fromTo = (property: string, fromValue: string | number, toValue: string | number) => {
941 return from(property, fromValue).to(property, toValue);
942 };
943
944 return (ani = {
945 parentAnimation,

Callers

nothing calls this directly

Calls 2

fromFunction · 0.85
toMethod · 0.80

Tested by

no test coverage detected