@splinetool/viewer 0.9.497 → 0.9.498
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.
- package/README.md +4 -0
- package/build/spline-viewer.cjs +569 -376
- package/build/spline-viewer.d.ts +9 -1
- package/build/spline-viewer.js +569 -376
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -60,6 +60,10 @@ This option controls the agressiveness of the preload of your scene. Possible va
|
|
|
60
60
|
|
|
61
61
|
When true (default is false), this option displays a simple spinner preloader during the loading of the spline file.
|
|
62
62
|
|
|
63
|
+
### `loading-anim-type` (optional)
|
|
64
|
+
|
|
65
|
+
The type of preloading animation to be displayed while the scene is loading. If undefined no animation is used. Value can be `spinner-small-dark`, `spinner-small-light` ,`spinner-big-dark`, `spinner-big-light` or undefined.
|
|
66
|
+
|
|
63
67
|
### `unloadable` (optional)
|
|
64
68
|
|
|
65
69
|
When true (default is false), this options makes the viewer unload the spline element when it leaves the viewport.
|