Skip to content

Commit 28ee9ab

Browse files
Finish Tween explanation in animation tutorial (#12519)
_Description of what this PR is changing or adding, and why:_ Bullet point about Tween animation at the end of the animation tutorial was not complete. Assumed it was talking generally about the object being animated. Could also be something like *...object properties being animated* in this context. _Issues fixed by this PR (if any):_ _PRs or commits this PR depends on (if any):_ ## Presubmit checklist - [x] If you are unwilling, or unable, to sign the CLA, even for a _tiny_, one-word PR, please file an issue instead of a PR. - [x] If this PR is not meant to land until a future stable release, mark it as draft with an explanation. - [x] This PR follows the [Google Developer Documentation Style Guidelines](https://developers.google.com/style)—for example, it doesn't use _i.e._ or _e.g._, and it avoids _I_ and _we_ (first-person pronouns). - [x] This PR uses [semantic line breaks](https://github.com/dart-lang/site-shared/blob/main/doc/writing-for-dart-and-flutter-websites.md#semantic-line-breaks) of 80 characters or fewer.
1 parent 29f69c9 commit 28ee9ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/ui/animations/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ class _LogoAppState extends State<LogoApp> with SingleTickerProviderStateMixin {
654654
* An [`AnimationController`][] manages the `Animation`.
655655
* A [`CurvedAnimation`][] defines progression as a non-linear curve.
656656
* A [`Tween`][] interpolates between the range of data as used by the
657-
object be
657+
object being animated.
658658

659659
## Next steps
660660

0 commit comments

Comments
 (0)