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 d7f4438 commit 274e85aCopy full SHA for 274e85a
magic/src/main/java/br/com/bloder/magic/internal/Back.java
magic/src/main/java/br/com/bloder/magic/internal/Go.java renamed to magic/src/main/java/br/com/bloder/magic/internal/MagicAnimation.java
@@ -7,13 +7,13 @@
7
/**
8
* Created by bloder on 28/07/16.
9
*/
10
-public class Go extends Animation {
+public class MagicAnimation extends Animation {
11
12
private int toWidth;
13
private int startWidth;
14
private View view;
15
16
- public Go(View view) {
+ public MagicAnimation(View view) {
17
this.view = view;
18
this.startWidth = this.view.getWidth();
19
this.toWidth = startWidth == view.getHeight() ? startWidth * 4 : view.getHeight();
0 commit comments