MCPcopy Index your code
hub / github.com/pmndrs/react-spring / constructor

Method constructor

packages/animated/src/AnimatedString.ts:11–16  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

9 protected _toString: (input: number) => string
10
11 constructor(value: string) {
12 super(0)
13 this._toString = createInterpolator({
14 output: [value, value],
15 })
16 }
17
18 /** @internal */
19 static create(value: string) {

Callers

nothing calls this directly

Calls 1

createInterpolatorFunction · 0.90

Tested by

no test coverage detected