feathers.motion.transitions

..
FadeTransitions

Creates animated transitions for view navigators that modify the opacity of one or both views in transition. Animates the alpha property of a display object to make it fade in or out.

SlideTransitions

Creates animated transitions for view navigators that moves two adjacent views in the same direction (replacing one with the other), as if one view is pushing the other out of the way. Looks similar to a classic slide carousel. Animates the x or y property of the views. The views may move up, down, right, or left.