Skip to content

Commit 77c7d38

Browse files
committed
fix typo
1 parent b86a72f commit 77c7d38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Android-CircularRevealFragment
33

44
A demo about how to show and hide fragments using the new Android Lollipop circle reveal view animations.
55

6-
A fragment is essentially a view, but it is displayed using a TragmentTransaction, which supports references to animations defined in resources, but circle reveal animations can't be defined in resources, so this is one solution.
6+
A fragment is essentially a view, but it is displayed using a FragmentTransaction, which supports references to animations defined in resources, but circle reveal animations can't be defined in resources, so this is one solution.
77

88
The fragment takes care of displaying itself using the ViewAnimationUtils.createCircularReveal as soon as the view has been layout. It receives the center of the circle using fragment arguments bundle, which is fixed now, but you can change it. The button just adds a new fragment to the linear layout, the circle reveal animation is done by the fragment.
99

0 commit comments

Comments
 (0)