Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Musaddiq625 authored and biocarl committed Sep 4, 2023
1 parent b43558c commit c12ba69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Here is increasingly growing list with all available parameters and their visual
| | `PathOrders.leftToRight` | <img src="https://github.com/biocarl/img/raw/master/drawing_animation/met_leftToRight.gif" width="200px"> |
| | `PathOrders.rightToLeft` | <img src="https://github.com/biocarl/img/raw/master/drawing_animation/met_rightToLeft.gif" width="200px"> |
| | `PathOrders.topToBottom` | <img src="https://github.com/biocarl/img/raw/master/drawing_animation/met_topToBottom.gif" width="200px"> |
| `animationCurve` <br/><br/> *Easing curves are used to adjust the rate of change of an animation over time, allowing them to speed up and slow down, rather than moving at a constant rate. See [Flutter docs](https://docs.flutter.io/flutter/animation/Curve-class.html).* | `Curves.linear` | <img src="https://github.com/biocarl/img/raw/master/drawing_animation/met_linear.gif" width="200px"> |
| `animationCurve` <br/><br/> *Easing curves are used to adjust the rate of change of an animation over time, allowing them to speed up and slow down, rather than moving at a constant rate. See [Flutter docs](https://api.flutter.dev/flutter/animation/Curves-class.html).* | `Curves.linear` | <img src="https://github.com/biocarl/img/raw/master/drawing_animation/met_linear.gif" width="200px"> |
| | `Curves.elasticOut` | <img src="https://github.com/biocarl/img/raw/master/drawing_animation/met_elasticOut.gif" width="200px"> |
| | `Curves.bounceInOut` | <img src="https://github.com/biocarl/img/raw/master/drawing_animation/met_bounceInOut.gif" width="200px"> |
| | `Curves.decelerate` | <img src="https://github.com/biocarl/img/raw/master/drawing_animation/met_decelerate.gif" width="200px"> |
Expand Down

0 comments on commit c12ba69

Please sign in to comment.