Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Arrow up icon
GO TO TOP
Beginning Flutter

You're reading from   Beginning Flutter A hands-on guide to app development

Arrow left icon
Product type Paperback
Published in Nov 2019
Publisher Wiley
ISBN-13 9781119550822
Length 528 pages
Edition 1st Edition
Tools
Arrow right icon
Author (1):
Arrow left icon
Marco L. Napoli Marco L. Napoli
Author Profile Icon Marco L. Napoli
Marco L. Napoli
Arrow right icon
View More author details
Toc

7
Adding Animation to an App

WHAT YOU WILL LEARN IN THIS CHAPTER

  • How to use AnimatedContainer to gradually change values over time
  • How to use AnimatedCrossFade to cross‐fade between two children widgets
  • How to use AnimatedOpacity to show or hide widget visibility by animated fading over time
  • How to use the AnimationController to create custom animations
  • How to use the AnimationController to control staggered animations

In this chapter, you'll learn how to add animation to an app to convey action, which can improve the user experience (UX) if appropriately used. Too many animations without conveying the appropriate action can make the UX worse. Flutter has two types of animation: physics‐based and Tween. This chapter will focus on Tween animations.

Physics‐based animation is used to mimic real‐world behavior. For example, when an object is dropped and hits the ground, it will bounce and continue to move forward, but with each bounce, it continues to...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime
Visually different images