Skip to content

Commit 76a1c2e

Browse files
committed
edit README.md to reference Fragment instead of View
1 parent bda373e commit 76a1c2e

File tree

1 file changed

+1
-1
lines changed
  • samples/user-interface/predictiveback

1 file changed

+1
-1
lines changed

samples/user-interface/predictiveback/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ class MyFragment : Fragment() {
211211
## Cross-fragment animation with MaterialSharedAxis
212212

213213
MaterialSharedAxis is a Visibility transition. A Visibility transition is triggered when the target
214-
View's visibility is changed or when the View is added or removed. This means MaterialSharedAxis
214+
Fragment's visibility is changed or when the Fragment is added or removed. This means MaterialSharedAxis
215215
requires a View to be changing in visibility or to be added or removed to trigger its animation.
216216

217217
For more details see the

0 commit comments

Comments
 (0)