animationType property

ANIMATION animationType
final

The type of animation, by default it's ANIMATION.fromBottom

{
FROM_BOTTOM,
FROM_LEFT,
FROM_RIGHT
}

Implementation

final ANIMATION animationType;