Disappear

class Disappear(selectedView: ReactionView?, path: Pair<Int, Int>) : ReactionViewState.Boundary

Different behaviour considering selectedView:

  • if no selectedView, going down with normal size

  • otherwise going down while selectedView is going (idx=0=up, other=up/left) and decreasing size

Constructors

Disappear
Link copied to clipboard
fun Disappear(selectedView: ReactionView?, path: Pair<Int, Int>)

Properties

path
Link copied to clipboard
val path: Pair<Int, Int>
selectedView
Link copied to clipboard
val selectedView: ReactionView?