@splinetool/viewer
Advanced tools
Comparing version 0.0.21 to 0.0.22
@@ -38,2 +38,6 @@ import { Application } from '@splinetool/runtime'; | ||
eventsTarget: EventsTargetType | undefined; | ||
/** | ||
* When true it displays the spinner preloader | ||
*/ | ||
preloader: boolean; | ||
protected _spline: Application; | ||
@@ -46,2 +50,3 @@ protected _intersectionObserver: IntersectionObserver | null; | ||
protected _logo: HTMLElement; | ||
protected _preloader: HTMLElement; | ||
private _loadedUrl; | ||
@@ -48,0 +53,0 @@ private _wasContextLost; |
{ | ||
"name": "@splinetool/viewer", | ||
"version": "0.0.21", | ||
"version": "0.0.22", | ||
"description": "Spline viewer", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -57,2 +57,6 @@ # `<spline-viewer>` | ||
### `preloader` (optional) | ||
When true (default is false), this option displays a simple spinner preloader during the loading of the spline file. | ||
### `unloadable` (optional) | ||
@@ -59,0 +63,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
5240857
21529
107