Skip to content

Commit

Permalink
forgot to apply the animation curve to collapses
Browse files Browse the repository at this point in the history
  • Loading branch information
baumths committed May 4, 2024
1 parent c8a3118 commit 528f29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/sliver_animated_tree.dart
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ class _SliverAnimatedTreeState<T extends Object>
return widget.transitionBuilder(
context,
widget.nodeBuilder(context, entry),
animation,
CurvedAnimation(parent: animation, curve: widget.curve),
);
},
);
Expand Down

0 comments on commit 528f29b

Please sign in to comment.