Skip to content

Commit

Permalink
Apply curved animation in AnimatedOpacity (flutter#19620)
Browse files Browse the repository at this point in the history
  • Loading branch information
sir-boformer authored and amirh committed Jul 31, 2018
1 parent 12eff1d commit 63098f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/flutter/lib/src/widgets/implicit_animations.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1046,7 +1046,7 @@ class _AnimatedOpacityState extends ImplicitlyAnimatedWidgetState<AnimatedOpacit

@override
void didUpdateTweens() {
_opacityAnimation = _opacity.animate(controller);
_opacityAnimation = _opacity.animate(animation);
}

@override
Expand Down

0 comments on commit 63098f2

Please sign in to comment.