reference static method

MotionWidgetBuilder reference(
  1. MontageAnimation animation
)

Use the motion of an other animation.

Implementation

static MotionWidgetBuilder reference(MontageAnimation animation) =>
    ReferenceMotionWidgetBuilder(animation);