show_up_animation library

Classes

ShowUpAnimation
Wrapper class to implement slide and fade animations at the same time to the child. Wrap the widget that you wish to make appearance with slide-fade transition or better known as the "Show Up" animation in this class.
ShowUpList
Wrapper class to simplify the use of multiple ShowUpAnimation for a list of widgets. Supply all the children that you wish to animate to the widget as a list of widgets.

Enums

Direction
Enum to decide the axis on which to animate the children. To changing the animation direction on the axis, consider using a negative offset.