Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions docs/api/en/animation/KeyframeTrack.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,13 @@ <h3>[property:String name]</h3>
</p>

<p>
Note: The track's name does not necessarily have to be unique. Multiple
tracks can drive the same property. The result should be based on a
weighted blend between the multiple tracks according to the weights of
their respective actions.
Note: The track’s name does not necessarily have to be unique. Multiple tracks
can drive the same property, resulting in a weighted blend between the tracks
according to the weights of their respective actions. However, if object names
used for targeting are not unique within the subtree, tracks referencing
those objects by name will only animate the first object encountered, even if
the path is unique. To reliably target distinct objects use UUIDs, or ensure
object names remain unique.
</p>

<h3>[property:Float32Array times]</h3>
Expand Down