Typealiases

The following typealiases are available globally.

  • Transform block used to obtain the initial frame for the animation, given the finalFrame and the container’s frame.

    Declaration

    Swift

    typealias FrameTransformer = (finalFrame: CGRect, containerFrame: CGRect) -> CGRect