KaeruAnimation extension
Extension chainable animation & shimmer
- on
Methods
-
fadeIn(
{Key? key, Duration duration = const Duration(milliseconds: 500), Curve curve = Curves.easeIn}) → Widget -
Available on Widget, provided by the KaeruAnimation extension
Fades in the widget. -
rotate(
{Key? key, Duration duration = const Duration(milliseconds: 500), Curve curve = Curves.easeInOut, double begin = -0.5, double end = 0.0}) → Widget -
Available on Widget, provided by the KaeruAnimation extension
Rotates the widget. -
scale(
{Key? key, Duration duration = const Duration(milliseconds: 500), Curve curve = Curves.easeInOut, double begin = 0.8, double end = 1.0}) → Widget -
Available on Widget, provided by the KaeruAnimation extension
Scales the widget. -
slideUp(
{Key? key, Duration duration = const Duration(milliseconds: 500), Curve curve = Curves.easeOut, double distance = 50}) → Widget -
Available on Widget, provided by the KaeruAnimation extension
Slides up the widget.