animations 1.0.0+2 copy "animations: ^1.0.0+2" to clipboard
animations: ^1.0.0+2 copied to clipboard

outdated

Fancy pre-built animations that can easily be integrated into any Flutter application.

Fancy pre-built Animations for Flutter #

This package contains pre-canned animations for commonly-desired effects. The animations can be customized with your content and dropped into your application to delight your users.

To see examples of the following animations on a device or simulator:

cd example/
flutter run --release

Available Animations #

Currently, the following animated effects are available in this library:

Material's Open Container Transitions #

Tapping on a container (e.g. a card or a button) will expand the container to reveal more information.

Card with Fade Transition Card with Fade Through Transition
Open Container Card Fade Transition Demo Open Container Card Fade Through Transition Demo
Floating Action Button with Fade Transition Floating Action Button with Fade Through Transition
Open Container Card Fade Transition Demo Open Container Floating Action Button Fade Through Transition Demo

Material's Shared Axis Transitions #

A transition animation between UI elements that have a spatial or navigational relationship.

Horizontal (x-axis) Vertical (y-axis) Scaled (z-axis)
Shared Axis Horizontal Transition Demo Shared Axis Vertical Transition Demo Shared Axis Scaled Transition Demo

Material's Fade Through Transition #

A transition animation between UI elements that have do not have a strong relationship to one another.

Fade Through Page Transition
Fade Through Transition Demo

Material's Fade Transition #

The fade pattern is used for UI elements that enter or exit from within the screen bounds.

Modal Fade Transition Floating Action Button Fade Transition
Fade Modal Transition Demo Fade Floating Action Button Transition Demo
5710
likes
0
pub points
99%
popularity

Publisher

verified publisherflutter.cn

Fancy pre-built animations that can easily be integrated into any Flutter application.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on animations