From 6b5b450efe758b1148484737518dfb815e177859 Mon Sep 17 00:00:00 2001 From: Stephen Brough Date: Mon, 6 Oct 2025 12:26:45 -0700 Subject: [PATCH] Finish Tween explanation in animation tutorial --- src/content/ui/animations/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/ui/animations/tutorial.md b/src/content/ui/animations/tutorial.md index 9cbc85b8bd1..a301730a012 100644 --- a/src/content/ui/animations/tutorial.md +++ b/src/content/ui/animations/tutorial.md @@ -654,7 +654,7 @@ class _LogoAppState extends State with SingleTickerProviderStateMixin { * An [`AnimationController`][] manages the `Animation`. * A [`CurvedAnimation`][] defines progression as a non-linear curve. * A [`Tween`][] interpolates between the range of data as used by the - object be + object being animated. ## Next steps