NineOldAndroids
NineOldAndroids copied to clipboard
Support for Android 4.4 Scene Transition API's.
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?
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.
See the repo here: https://github.com/snard6/Android-Scene-Transition
In the meantime any successes?