CollectionViewTransitionAnimator

public struct CollectionViewTransitionAnimator : TransitionAnimator

A transition animation for a collection view where each collection view item is translated slightly from the bottom to its final position, starting from the left to the right with a slight delay, while also fading the item in.

  • Creates a new CollectionViewTransitionAnimator object.

    Declaration

    Swift

    public init(collectionView: UICollectionView)

    Parameters

    collectionView

    The collection view to use for this transition animation.