You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 15-milky-way/README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,9 @@ An app to learn how to finely customize an animation, using MotionLayout.
10
10
11
11
- defining an animation with ConstraintSets and MotionLayout.
12
12
- animating based on drag events.
13
-
-change the animation with KeyPosition.
14
-
-change attributes with KeyAttribute.
15
-
-run animations with code.
13
+
-changing the animation with KeyPosition.
14
+
-changing attributes with KeyAttribute.
15
+
-running animations with code.
16
16
- animating collapsible headers with MotionLayout.
17
17
18
18
Based on [Advanced Android in Kotlin 03.2: Animation with MotionLayout](https://codelabs.developers.google.com/codelabs/motion-layout#0) by Google Codelabs (2022).
0 commit comments