soxunyi

Results 2 issues of soxunyi

final class DefaultAnimationsBuilder { private static final long DURATION = 400L; private static Animation slideInDownAnimation; // memory leak, hold on activity private static Animation slideOutUpAnimation; // memory leak, hold on...

Run `lottie2gif example.json 500x500 0x00ffffff` in ternimal, and the background of example.json.gif is white, and the fully transparent is not work. The bgColor is not supported alpha value?