FabTransitionActivity icon indicating copy to clipboard operation
FabTransitionActivity copied to clipboard

Example of fab animation

Results 10 FabTransitionActivity issues
Sort by recently updated
recently updated
newest added

Hi, please, add the ability to change animation duration of SheetLayout.

The `AfterFabAnimationActivity.class` is not opening up along with the animation, i.e., from bottom to up. I'm using the same code as described [here](https://github.com/coyarzun89/FabTransitionActivity) Please help me in making it work!

It worked in lollipop but it crashed in kitkat Logcat shows error here View view = inflater.inflate(R.layout.fragment_server, container, false); and fragment_server.xml is ``` ```

When i click on fab, sheet expends but it doesn't calls other fragment in lollipop devices (but its calling in kitkat device).. here's the code `@Override public View onCreateView(LayoutInflater inflater,...

My app is crashing with logcat showing nullpointer exception and taking me to this line in MainActivity mSheetLayout.setFab(mFab); FYI i'm using eclipse Please Help.

Overriding Pending Transitions are overlapping Android System Buttons. Wouldn't it be a cleaner animation if they weren't?!

If you have the following xml setup: ``` RelativeLayout RelativeLayout FloatingActionButton SheetLayout ``` And then add this FloatingActionButton as SheetLayout's fab, it won't work. Its x and y are zero...