Class FragmentAnim

java.lang.Object
com.example.skeddly.ui.utility.FragmentAnim

public class FragmentAnim extends Object
Houses functions related to animating transitions between fragments.
  • Constructor Details

    • FragmentAnim

      public FragmentAnim()
  • Method Details

    • setDefaultAnimations

      public static androidx.fragment.app.FragmentTransaction setDefaultAnimations(androidx.fragment.app.FragmentTransaction transaction)
      Given a fragment transaction, set the default animations on it.
      Parameters:
      transaction - The fragment transaction to apply the animations on.
      Returns:
      The transaction with the animations applied.