AnimationSCF extension

Supercharged Flutter extension on Animation objects.

on

Methods

curve(Curve curve) Animation<double>
Returns an Animation after applying CurveTween that can just pass as first argument.
interval(double begin, double end, {Curve? curve}) Animation<double>
Returns an Animation after applying CurveTween based on begin and end. Optionally a Curve can also be passed by passing curve parameter after the arguments.