Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AndroidPoet authored Mar 19, 2022
1 parent ef76130 commit f672e86
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,13 @@ defined in the Material spec.
metaphorStartFragmentMaterialContainerTransform(view)// inside on onviewcreated ////it also retuns the object of MaterialContainerTransform() you can use .apply { } to change values

//destination fragment
metaphorDestinationFragmentMaterialContainerTransform(view, args.data.pos.toString())// inside onviewcreated ////it also retuns the object of MaterialContainerTransform() you can use .apply { } to change values

//option1
metaphorStartFragmentWithoutAnimation(view)// inside onviewcreated ////it also retuns the object MaterialContainerTransform()


//option2
metaphorDestinationFragmentMaterialContainerTransform(view, args.data.pos.toString())// inside onviewcreated ////it also retuns the object MaterialContainerTransform() you can use .apply { } to change values


```
Expand Down

0 comments on commit f672e86

Please sign in to comment.