Skip to content

Commit

Permalink
animation change
Browse files Browse the repository at this point in the history
  • Loading branch information
SachitMisra committed Jul 14, 2020
1 parent 81fc1b1 commit a0ff614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Showup.dart
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class _ShowUpState extends State<ShowUp> with TickerProviderStateMixin {
super.initState();

_animController =
AnimationController(vsync: this, duration: Duration(milliseconds: 300));
AnimationController(vsync: this, duration: Duration(milliseconds: 100));
final curve =
CurvedAnimation(curve: Curves.decelerate, parent: _animController);
_animOffset =
Expand Down

0 comments on commit a0ff614

Please sign in to comment.