Skip to content

Commit 36ee5d7

Browse files
authored
Further clarifying tween definition (#12521)
On PR #12519, the bot suggested this text clarification but, for some reason, GitHub wouldn't let me commit the suggested change. When the bot is right, it's right.
1 parent cd23d44 commit 36ee5d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/ui/animations/tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -653,8 +653,8 @@ class _LogoAppState extends State<LogoApp> with SingleTickerProviderStateMixin {
653653
but doesn't know anything about what appears onscreen.
654654
* An [`AnimationController`][] manages the `Animation`.
655655
* A [`CurvedAnimation`][] defines progression as a non-linear curve.
656-
* A [`Tween`][] interpolates between the range of data as used by the
657-
object being animated.
656+
* A [`Tween`][] interpolates between a beginning and ending value
657+
for a property being animated.
658658

659659
## Next steps
660660

0 commit comments

Comments
 (0)