Results 3 issues of Jez

``` class CircularRevealAnimator { public static Animator createCentered(View view, Animator.AnimatorListener listener) { // get the center for the clipping circle int cx = (view.getLeft() + view.getRight()) / 2; int cy...

Courtesy of a suggestion by Yury. ## Description Implemented DisposableEffect in Child to complete transitions when it leaves composition rather than leaving them hanging. This prevents unexpected transition animations from...

As there's not currently a convenient multiplatform image loading library the DatingCardsNode in demos/appyx-navigation/android was not migrated to multiplatform alongside the others. There's an example in the experimental library (see...

appyx-navigation
P3
complexity: low