@splinetool/viewer 0.0.31 → 0.0.33

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.
@@ -43,7 +43,7 @@ export declare class SplineViewer extends LitElement {
43
43
  /**
44
44
  * When true it displays the spinner preloader
45
45
  */
46
- preloader: boolean;
46
+ loadingAnim: boolean;
47
47
  protected _spline: Application;
48
48
  protected _intersectionObserver: IntersectionObserver | null;
49
49
  protected _isElementInViewport: boolean;