-
public final class ViewExtensionsKt
-
-
Method Summary
Modifier and Type Method Description final static Unitvisible(View $self)final static Unitvisible(View $self, Boolean visibility)final static Unitgone(View $self)final static Unitinvisible(View $self)final static UnitanimateShow(View $self, Function0<Unit> endAction)final static UnitanimateGone(View $self, Function0<Unit> endAction)final static UnitanimateInvisible(View $self, Function0<Unit> endAction)-
-
Method Detail
-
animateShow
final static Unit animateShow(View $self, Function0<Unit> endAction)
-
animateGone
final static Unit animateGone(View $self, Function0<Unit> endAction)
-
animateInvisible
final static Unit animateInvisible(View $self, Function0<Unit> endAction)
-
-
-
-