@splinetool/viewer 0.0.26 → 0.0.27

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 CHANGED
@@ -66,6 +66,10 @@ When true (default is false), this options makes the viewer unload the spline el
66
66
 
67
67
  Values can either be `local` (events listened on the canvas) or `global` (events listened on the window).
68
68
 
69
+ ### `hint` (optional)
70
+
71
+ When true (default is false), this option displays an overlay animation suggesting the user should use dragging in order to interact with the scene. This animation disappears as soon as user interacts.
72
+
69
73
  ## Events
70
74
 
71
75
  You can listen for a few custom events on the `spline-viewer` element that are triggered at various moments of its lifecycle.