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
Add method waitForParams() (returning void!) that can be called instead of start().
The ObjectAnimator has to be built (and started), when the View gets its LayoutParams. If LayoutParams are available at the moment of call (of the waitForParams method), the Animator should be built and started right away. If LayoutParams are not available, a proper OnAttachStateChangeListener should be added for the animated View.
The text was updated successfully, but these errors were encountered:
Add method
waitForParams()
(returningvoid
!) that can be called instead ofstart()
.The
ObjectAnimator
has to be built (and started), when theView
gets itsLayoutParams
. IfLayoutParams
are available at the moment of call (of thewaitForParams
method), theAnimator
should be built and started right away. IfLayoutParams
are not available, a properOnAttachStateChangeListener
should be added for the animatedView
.The text was updated successfully, but these errors were encountered: