Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/content/ui/animations/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -653,8 +653,8 @@ class _LogoAppState extends State<LogoApp> with SingleTickerProviderStateMixin {
but doesn't know anything about what appears onscreen.
* 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 being animated.
* A [`Tween`][] interpolates between a beginning and ending value
for a property being animated.

## Next steps

Expand Down