exodeui 6.4.5 → 6.4.6

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.
@@ -85,6 +85,7 @@ export declare class ExodeUIEngine {
85
85
  private objectVelocities;
86
86
  private currentTime;
87
87
  private frameCount;
88
+ private entranceStartTimes;
88
89
  private fontLeadingFactors;
89
90
  private onLogicUpdate?;
90
91
  private logicNodeValues;
@@ -223,6 +224,7 @@ export declare class ExodeUIEngine {
223
224
  private initGlobalAnimationTriggers;
224
225
  private triggerGlobalAnimation;
225
226
  private handleAnimationFinished;
227
+ private getEntranceProgress;
226
228
  private getWorldTransform;
227
229
  private hitTest;
228
230
  private updateSliderValueFromPointer;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "exodeui",
3
- "version": "6.4.5",
3
+ "version": "6.4.6",
4
4
  "description": "React Runtime for ExodeUI Animation Engine",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",