Function combineMorph

  • Make combine morphing from many paths to one. Will return a group to replace the original path.

    Parameters

    Returns {
        count: number;
        fromIndividuals: Path<PathProps>[];
        toIndividuals: any[];
    }

    • count: number
    • fromIndividuals: Path<PathProps>[]
    • toIndividuals: any[]