arna_animations library

A package that provides basic animations to your flutter application.

To use, import package:arna_animations/arna_animations.dart.

Classes

ArnaFadeThroughTransition
Defines a transition in which outgoing elements fade out, then incoming elements fade in and scale up.
ArnaFadeTransition
A class that provides FadeTransitions.
ArnaPageTransitionSwitcher
A widget that transitions from an old child to a new child whenever child changes using an animation specified by transitionBuilder.
ArnaSlideTransition
A class that provides SlideTransitions.

Typedefs

ArnaPageTransitionSwitcherLayoutBuilder = Widget Function(List<Widget> entries)
Signature for builders used to generate custom layouts for ArnaPageTransitionSwitcher.
ArnaPageTransitionSwitcherTransitionBuilder = Widget Function(Widget child, Animation<double> primaryAnimation, Animation<double> secondaryAnimation)
Signature for builders used to generate custom transitions for ArnaPageTransitionSwitcher.