A Flutter app to explore beautiful places around the world with smooth animations.
GIFs may take a few seconds to load. If they don't appear immediately — refresh the page.
Splash screen with animated text and a rotating element
List of wonders with smooth card appearance
Details screen with Hero image transition
- Splash screen with animated text and rotation
- List of wonders with smooth card appearance
- Details screen with extended information
- Interactive fullscreen images
Click to expand the list of animations
-
RotationTransition – rotating element on the Splash Screen
-
TweenAnimationBuilder – smooth appearance of list cards
-
SizeTransition + AnimatedSwitcher – expanding card description
-
FadeInImage + FadeTransition – smooth image loading
-
Hero – image transition between screens
-
AnimatedTextKit – animated text with color effects
-
AnimatedRotation – rotating arrow on the card
-
animated_text_kit: ^4.2.3
-
page_transition: ^2.2.1
git clone https://github.com/Ks577/animations-flutter.git
cd animations-flutter
flutter pub get
flutter run

