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
Love the library but wondering if this improvement was possible. Could we control the fade in time? It's a bit too abrupt for my needs, but the animation itself is fine. So just adjusting the time might be a good thing to be made available to us. 200ms is a bit too short, and the adding my own custom fade in a Target() callback or new Callback(){} doesn't solve the issue, because the animation repeats itself when scrolling up and down the list. Something Picasso's stock fade in animation does not do.
Would be nice to hear what others think as well. Personally I think it would be a good addition.
The text was updated successfully, but these errors were encountered:
Hey,
Love the library but wondering if this improvement was possible. Could we control the fade in time? It's a bit too abrupt for my needs, but the animation itself is fine. So just adjusting the time might be a good thing to be made available to us. 200ms is a bit too short, and the adding my own custom fade in a
Target()
callback or newCallback(){}
doesn't solve the issue, because the animation repeats itself when scrolling up and down the list. Something Picasso's stock fade in animation does not do.Would be nice to hear what others think as well. Personally I think it would be a good addition.
The text was updated successfully, but these errors were encountered: