rafaelsantosferraz
Results
2
issues of
rafaelsantosferraz
I would like to initiate the parallax effect from a moved position rather then a "zero" position. Thanks for the awesome package.
Hi Daniel, I was wondering if the start point of the reveal animation shouldn't be the center of the fab button: int x = fab.getRight()-fab.getMeasuredWidth()/2; int y = fab.getBottom()-fab.getMeasuredWidth()/2; Animator...