dmytrodanylyk/android-morphing-button

Bug: some clicking issues during animations

Closed this issue · 7 comments

  1. it allows you to tap during animation, so double tapping actually start and stop the animation back to the original state, or worse: it goes to the next state, and doesn't do anything on the next tap you perform (as it thinks it's on the correct state).
  2. when the button has rounded corners during animation, and you tap on it, it shows rectangle selection.

I think you can avoid both those issues by dis-allowing the user from tapping the button during animation play.

Hi,

Here is PR for this issue. #7

@redwerk I don't understand.

@AndroidDeveloperLB
This is a PR for lib author, that fixes this issue.

Any update?

My workaround for the clicking during the animation was to make the button unclickable for the animation time, and setting it back to clickable when the animation was over.

Closed because fixed?

Issue seems to be linked to pull request
image