Package 

Class CircularRevealKt

    • Method Summary

      Modifier and Type Method Description
      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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.