🌈 Create new beautiful Compose Gradients with our new wesite ->
Class

AnimatedContentTransitionScope.SlideDirection

SlideDirection defines the direction of the slide in/out for slideIntoContainer and slideOutOfContainer.

Source set: Common
public class SlideDirection internal constructor(private val value: Int)

SlideDirection defines the direction of the slide in/out for slideIntoContainer and slideOutOfContainer. The supported directions are: Left, Right, Up and Down.

Functions

toString

Source set: Common
override fun toString(): String

Members

Companion

Source set: Common
public companion object

Properties

Left

Source set: Common
public val Left: SlideDirection
Source set: Common
public val Right: SlideDirection

Up

Source set: Common
public val Up: SlideDirection

Down

Source set: Common
public val Down: SlideDirection

Start

Source set: Common
public val Start: SlideDirection

End

Source set: Common
public val End: SlideDirection

Content updated: