We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dbb94b commit b2565feCopy full SHA for b2565fe
packages/animated/src/Animated.ts
@@ -31,7 +31,7 @@ export abstract class Animated<T = any> {
31
32
abstract setValue(value: T): void
33
34
- abstract reset(): void
+ abstract reset(goal?: T): void
35
36
/** Returns every animated number used by this node. */
37
getPayload(): Payload {
0 commit comments