Defines a TargetsAnimationsManager target.

interface Target {
    object: Object3D;
    animations: KeyframesAnimation[];
}

Properties

Properties

object: Object3D

Object3D of this target.

animations: KeyframesAnimation[]

Array of KeyframesAnimation to use to animate the Object3D.