CircularReveal - Circular animation effect that reveals or hides an Arrangement, on a button or from a button.

CircularReveal
Circular animation effect that reveals or hides an Arrangement, on a button or from a button.

GIF_20250422_030211_360

In the aia project I have used another extension to place a floating Arrangement inside another Arrangement.

FloatingArrangement

FloatingArrangement - Make an `HVArrangement` float above other elements within another HVArrangement.


RevealViewFrom

Reveals the Arrangement from the position of a button.


HideViewTo

Hides an Arrangement with a circular reveal effect that collapses into the button..


v1.0 April 22, 2025.

CircularReveal.aia (21.9 KB)

joejsanz.joedevcircularreveal.aix (6.2 KB)


JDK: 11
Minimum API Level: 21
Updated On: 2025-04-22T07:00:00Z

Built using: FAST-CLI v3.0.0


Thanks.

6 Likes

Hi, @Joejsanz,
I've tested it on a Lenovo Pad 8", Android release 9, and it works fine, the fading effect is nicely smooth.
Good job :+1:
Best wishes.

1 Like

Thank you very much uskiara.

1 Like

almost same functions, maybe used same library?

True, almost the same, but it's not in AI2, it's in Kodular. Is it the same?

I don't know if they're using the same thing, but I use these imports:

import android.animation.Animator;
import android.view.ViewAnimationUtils;