animation_next 0.1.0
animation_next: ^0.1.0 copied to clipboard
A comprehensive Flutter animation package providing smooth, customizable animations including bounce, fade, slide, zoom, flip, and color tween animations.
0.1.0 #
- Initial release.
- Added bounce animations (bounceIn, bounceInTop, bounceInBottom, bounceInLeft, bounceInRight, bounceOut, bounceOutTop, bounceOutBottom, bounceOutLeft, bounceOutRight).
- Added fade animations (fadeIn, fadeInUp, fadeInDown, fadeInLeft, fadeInRight, fadeOut, fadeOutUp, fadeOutDown, fadeOutLeft, fadeOutRight).
- Added slide animations (slideInTop, slideInBottom, slideInLeft, slideInRight, slideOutTop, slideOutBottom, slideOutLeft, slideOutRight).
- Added zoom animations (zoomIn, zoomOut).
- Added flip animations (flipInX, flipInY, flipOutX, flipOutY).
- Added color tween widget for smooth color transitions.