We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a56654 commit 4f09aadCopy full SHA for 4f09aad
docs/api/en/animation/KeyframeTrack.html
@@ -132,6 +132,16 @@ <h3>[property:String name]</h3>
132
their respective actions.
133
</p>
134
135
+ <p>
136
+ Note: The track’s name does not necessarily have to be unique. Multiple tracks
137
+ can drive the same property, resulting in a weighted blend between the tracks
138
+ according to the weights of their respective actions. However, if object names
139
+ used for targeting are not unique within the subtree, tracks referencing
140
+ those objects by name will only animate the first object encountered, even if
141
+ the path is unique. To reliably target distinct objects use UUIDs, or ensure
142
+ object names remain unique.
143
+ </p>
144
+
145
<h3>[property:Float32Array times]</h3>
146
<p>
147
A
0 commit comments