UICellTransition
type UICellTransition
enum UICellTransition {
right = "right",
left = "left",
up = "up",
down = "down",
fade = "fade",
rightFast = "right-fast",
leftFast = "left-fast",
upFast = "up-fast",
downFast = "down-fast",
fadeFast = "fade-fast"
}
Basic animated transition types, used for UICell.revealTransition
and UICell.exitTransition
. More transitions may be available depending on platform and cell type.