Interface Tutorial.Motion<T,V>

Type Parameters:
T - The type of the tutorial.
V - The type of the view or fragment.
All Superinterfaces:
Tutorial<T,V>, ViewPager.OnPageChangeListener
All Known Implementing Classes:
DynamicTutorial
Enclosing interface:
Tutorial<T,V>

public static interface Tutorial.Motion<T,V> extends Tutorial<T,V>
A Tutorial to support animation(s) and shared element(s) transition.
  • Method Details

    • isBackgroundAnimation

      boolean isBackgroundAnimation()
      Returns whether this tutorial supports the background animation.
      Returns:
      true if this tutorial supports the background animation.
    • isSharedElement

      boolean isSharedElement()
      Returns whether this tutorial supports shared element(s) transition.
      Returns:
      true if this tutorial supports shared element(s) transition.