feathers.motion.transitions

..
ColorFadeTransitionBuilder

Creates animated transitions for view navigators that fade a display object to a solid color.

CoverTransitionBuilder

Creates animated transitions for view navigators that slide a new display object into view by animating the x and y properties, while covering an existing display object that remains stationary below. The display object may slide up, right, down, or left (or at an arbitrary angle).

FadeTransitionBuilder

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.

IrisTransitionBuilder

Creates transitions for view navigators that show or hide a display object masked by a growing or shrinking circle. Both display objects remain stationary while a mask is animated.

RevealTransitionBuilder

Creates animated transitions for view navigators that slide a display object out of view, by animating the x or y property, while revealing an existing display object that remains stationary below. The display object may slide up, right, down, or left (or at an arbitrary angle).

SlideTransitionBuilder

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 (or at an arbitrary angle).

WipeTransitionBuilder

Creates transitions for view navigators that wipe a display object out of view, revealing another display object under the first. Both display objects remain stationary while the effect animates a mask. The mask may be animated up, right, down, or left (or at an arbitrary angle).