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
Performance optimizations for re-measure and re-layout.
Better size change animation with Levenshtein algorithm.
Added support for animateMeasurementChange to animate size changes smoothly during size change. This will call requestLayout() on every animation frame so use with care.
Added support for animator listener to listen to updates by the main animator.