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

Method to

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

Source from the content-addressed store, hash-verified

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
42 /**

Callers 3

checkConfigFunction · 0.80
fromToFunction · 0.80
animation.spec.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected