Skip to content

animation time does not work. #73

Description

@wann2

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions