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 3f1e085 commit 0e87c7cCopy full SHA for 0e87c7c
packages/motion/src/features/animation/animation.ts
@@ -65,7 +65,6 @@ export class AnimationFeature extends Feature {
65
const prevTarget = this.state.target
66
this.state.target = { ...this.state.baseTarget }
67
let animationOptions: $Transition = {}
68
- const transition = { ...this.state.options.transition }
69
70
animationOptions = this.resolveStateAnimation({
71
controlActiveState,
@@ -79,7 +78,7 @@ export class AnimationFeature extends Feature {
79
78
factories,
80
getChildAnimations,
81
childAnimations,
82
- transition,
+ transition: animationOptions,
83
84
isExit,
85
})
0 commit comments