Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

animation time does not work. #73

Open
wann2 opened this issue Mar 10, 2020 · 0 comments
Open

animation time does not work. #73

wann2 opened this issue Mar 10, 2020 · 0 comments

Comments

@wann2
Copy link

wann2 commented Mar 10, 2020

slideUp = new SlideUpBuilder(slideUp_msgList)
.withListeners(new SlideUp.Listener.Events() {
@OverRide
public void onSlide(float percent) {
et_comment.setText("");
}

                @Override
                public void onVisibilityChanged(int visibility) {
                    if (visibility == View.GONE) {
                        et_comment.setText("");
                    }
                }
            })
            .withSlideFromOtherView(slideUpRootView)
            .withStartGravity(Gravity.BOTTOM)
            .withLoggingEnabled(true)
            .withGesturesEnabled(true)
            .withStartState(SlideUp.State.HIDDEN)
            .withAutoSlideDuration(2000)
            .withSavedState(savedInstanceState)
            .build();

Animation time does not work properly.
It shows up immediately.
May I know how can i fix it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant