-
public final class CircularRevealKt
-
-
Method Summary
Modifier and Type Method Description final static ModifiercircularReveal(Modifier $self, Boolean visible, Function1<Size, Offset> center, Function1<Transition.Segment<Boolean>, FiniteAnimationSpec<Float>> transitionSpec, String label)Draws circular reveal animation. -
-
Method Detail
-
circularReveal
final static Modifier circularReveal(Modifier $self, Boolean visible, Function1<Size, Offset> center, Function1<Transition.Segment<Boolean>, FiniteAnimationSpec<Float>> transitionSpec, String label)
Draws circular reveal animation.
- Parameters:
visible- whether the circular reveal animation should be visible or not.center- The x,y coordinates at which the circular reveal animation starts or ends.transitionSpec- The transition spec to use when clipping the screen.label- An optional label to differentiate from other animations in Android Studio.
-
-
-
-