NineOldAndroids icon indicating copy to clipboard operation
NineOldAndroids copied to clipboard

Support for Android 4.4 Scene Transition API's.

Open anupcowkur opened this issue 11 years ago • 2 comments

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?

anupcowkur avatar Nov 03 '13 07:11 anupcowkur

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

bradgrimm avatar Jan 14 '14 18:01 bradgrimm

In the meantime any successes?

Benjamin1333 avatar Mar 14 '14 07:03 Benjamin1333