Boundary

sealed class Boundary : ReactionViewState

Types

Appear
Link copied to clipboard
class Appear(path: Pair<Int, Int>) : ReactionViewState.Boundary
All views are moving from +translationY to 0 with normal size
Disappear
Link copied to clipboard
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

Properties

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

Inheritors

ReactionViewState.Boundary
Link copied to clipboard
ReactionViewState.Boundary
Link copied to clipboard