@esotericsoftware/spine-core 4.3.3 → 4.3.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -277,7 +277,7 @@ export declare class TrackEntry {
277
277
  * properties keyed by the animation are set to the setup pose and the track is cleared.
278
278
  *
279
279
  * Usually you want to use {@link AnimationState.addEmptyAnimation} rather than have the animation
280
- * abruptly cease being applied. */
280
+ * abruptly cease being applied, leaving the current pose. */
281
281
  trackEnd: number;
282
282
  /** Multiplier for the delta time when this track entry is updated, causing time for this animation to pass slower or
283
283
  * faster. Defaults to 1.