fade_and_translate 0.1.2 fade_and_translate: ^0.1.2 copied to clipboard
A widget that toggles the visibility of its child by simultaneously fading the child in or out while translating its positional offset.
[0.1.2] - October 29, 2020 #
- Added the [maintainAnimation], [maintainInteractivity], and [maintainSemantics] parameters, behaviors which are controlled by a [Visibility] widget.
[0.1.1] - October 14, 2020 #
-
Added the [onCompleted] and [onDismissed] callbacks, which are called when the transition animation has been completed or dismissed, respectively.
-
Changed the behavior of [onStart] to be called when the transition is toggled, and [onComplete] to be called when the transition has finished, regardless of the direction of the animation.
-
Changed the [AnimatedOpacity] widget to an [Opacity] widget.
-
Bug fixes.
[0.1.0] - October 11, 2020 #
- Initial release.