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
The expansion is not correctly animated when the threshold is reached.
You can reproduce this in the MailAppDemo.
Open MailAppDemo
Swipe first cell from left to right -> "Mark as read" gets visible
Swipe more and more until the threshold is reched
Expected: the blue button animates to the expanded button
Actual: the blue button does not animate, it is expanded immediately
The unexpansion-animation works as expected. You can check this by swiping a few pixels to the left until the threshold is reached -> the button animates correctly to the smaller size. So the "make button smaller" animation is working, the "make button bigger" animation not.
The text was updated successfully, but these errors were encountered:
The [UIView animateWithDuration: in expandToOffset: is NOT working correctly.
The [UIView animateWithDuration: in endExpansioAnimated: is working correctly.
The expansion is not correctly animated when the threshold is reached.
You can reproduce this in the MailAppDemo.
Expected: the blue button animates to the expanded button
Actual: the blue button does not animate, it is expanded immediately
The unexpansion-animation works as expected. You can check this by swiping a few pixels to the left until the threshold is reached -> the button animates correctly to the smaller size. So the "make button smaller" animation is working, the "make button bigger" animation not.
The text was updated successfully, but these errors were encountered: