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 a1507f1 commit ff80093Copy full SHA for ff80093
packages/core/src/Controller.ts
@@ -239,7 +239,7 @@ export class Controller<State extends Indexable = any> {
239
if (animated && shouldUpdate && this.animations[key].isNew) {
240
// Ensure the initial value is up-to-date.
241
if (animated.setValue) {
242
- animated.setValue(value)
+ animated.setValue(computeGoalValue(value))
243
} else {
244
// Derived nodes need to be swapped out.
245
animated = null
0 commit comments