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
{{ message }}
This repository has been archived by the owner on Apr 19, 2018. It is now read-only.
Is it possible to support the new KitKat Scene Transition API's in NineOldAndroids? Or will it face difficulties similar to LayoutTransition in the Honeycomb animation API?
The text was updated successfully, but these errors were encountered:
It will have similar difficulties. I attempted to port the transition package. I had some success, but ran into a couple of issues due to two missing features: 1) ViewGroup.suppressLayout and 2) View.setTransitionAlpha.
Is it possible to support the new KitKat Scene Transition API's in NineOldAndroids? Or will it face difficulties similar to
LayoutTransition
in the Honeycomb animation API?The text was updated successfully, but these errors were encountered: