facebookarchive / Keyframes

A library for converting Adobe AE shape based animations to a data format and playing it back on Android and iOS devices.
https://facebookincubator.github.io/Keyframes/
Other
5.33k stars 302 forks source link

In Android 6.0 KeyframesDrawable background transparent is lose #63

Closed mingming-killer closed 7 years ago

mingming-killer commented 7 years ago

device-2016-12-09-144241 device-2016-12-09-144411

first screen shot is in nexus 6p running with android 7.0. I try to run in nexus 5x with android 6.0, background is also black.

2nd screen shot is running with android 4.4. I just use sample_file.json which in keyframes sample. and the keyframes sample is same result.

vcalvello commented 7 years ago

Hey @mingming-killer! Just set the alpha of the ImageView to 0. imageView.setImageAlpha(0)

mingming-killer commented 7 years ago

@vcalvello It's work ... thanks.

ursusursus commented 7 years ago

Turning off the software rendering works as well?