Function populateAnimationStructureFromData

  • Constructs the structure of an Animation instance from provided data.

    This function builds the structure of an animation, including creating clips, layers, and setting up bezier curves.

    Parameters

    • zcomp: ZComponent<any>

      The ZComponent instance.

    • anim: Animation

      The Animation instance to construct.

    • data: Animation

      The data object containing information about the animation.

    Returns void