gskinnerTeam / flutter_vignettes

A collection of fun Flutter experiments, created by gskinner, in partnership with Google.
https://flutter.gskinner.com
MIT License
4.58k stars 1k forks source link

can anyone expain the tween in math,im very confused,thx #17

Closed evehal closed 8 months ago

evehal commented 4 years ago

Tween(begin: 0.5, end: 0.0).chain(CurveTween(curve: ElasticOutCurve(0.65))).chain(Tween(begin: 0.0, end: 0.5)), this tween came from the basketball_ptr