We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bda373e commit 76a1c2eCopy full SHA for 76a1c2e
samples/user-interface/predictiveback/README.md
@@ -211,7 +211,7 @@ class MyFragment : Fragment() {
211
## Cross-fragment animation with MaterialSharedAxis
212
213
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
+Fragment's visibility is changed or when the Fragment is added or removed. This means MaterialSharedAxis
215
requires a View to be changing in visibility or to be added or removed to trigger its animation.
216
217
For more details see the
0 commit comments