channels property

List<AnimationChannel> channels
final

An array of animation channels. An animation channel combines an animation sampler with a target property being animated. Different channels of the same animation MUST NOT have the same targets.

Implementation

final List<AnimationChannel> channels;