You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the only way to hide or show the FAB is to call animate() on it. It works, but it is cumbersome because it won't follow swipeAnimation/hideAnimationDuration.
I suggest to move the on("pan") callback code to methods such as hide() and show() because sometimes it is desirable to control this manually.
Thank you
The text was updated successfully, but these errors were encountered:
Currently the only way to hide or show the FAB is to call animate() on it. It works, but it is cumbersome because it won't follow swipeAnimation/hideAnimationDuration.
I suggest to move the on("pan") callback code to methods such as hide() and show() because sometimes it is desirable to control this manually.
Thank you
The text was updated successfully, but these errors were encountered: