Class Slide

All Implemented Interfaces:
Cloneable

public class Slide extends Visibility
This transition tracks changes to the visibility of target views in the start and end scenes and moves views in or out from one of the edges of the scene. Visibility is determined by both the View.setVisibility(int) state of the view as well as whether it is parented in the current view hierarchy. Disappearing Views are limited as described in Visibility.onDisappear(ViewGroup, TransitionValues, int, TransitionValues, int).
  • Constructor Details

    • Slide

      public Slide()
      Constructor using the default Gravity.BOTTOM slide edge direction.
    • Slide

      public Slide(int slideEdge)
      Constructor using the provided slide edge direction.
  • Method Details