Module: Handy::DeckTransitionType

Defined in:
(unknown)

Constant Summary collapse

OVER =

Cover the old page or uncover the new page, sliding from or towards the end according to orientation, text direction and children order

0 or :over
UNDER =

Uncover the new page or cover the old page, sliding from or towards the start according to orientation, text direction and children order

1 or :under
SLIDE =

Slide from left, right, up or down according to the orientation, text direction and the children order

2 or :slide