Skip to content

Commit

Permalink
[auto_animated] Fixed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeShkurko committed Oct 31, 2019
1 parent ee802be commit 64989c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/auto_animated/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ Widget _buildAnimatedItem(
// And slide transition
child: SlideTransition(
position: Tween<Offset>(
begin: Offset(0, -0.1),
end: Offset.zero,
begin: Offset(0, -0.1),
end: Offset.zero,
).animate(animation),
// Paste you Widget
child: YouWidgetHere(),
Expand Down

0 comments on commit 64989c6

Please sign in to comment.