exodeui 6.0.8 → 6.0.10
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/dist/engine.d.ts +9 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +6 -6
- package/dist/index.mjs +3273 -3073
- package/dist/types.d.ts +45 -1
- package/package.json +2 -1
package/dist/types.d.ts
CHANGED
|
@@ -312,7 +312,51 @@ export declare enum BehaviorType {
|
|
|
312
312
|
Vortex = "Vortex",
|
|
313
313
|
Fluid = "Fluid",
|
|
314
314
|
Holographic = "Holographic",
|
|
315
|
-
Sticky = "Sticky"
|
|
315
|
+
Sticky = "Sticky",
|
|
316
|
+
Spotlight = "Spotlight",
|
|
317
|
+
Noise = "Noise",
|
|
318
|
+
Draggable = "Draggable",
|
|
319
|
+
Scroll = "Scroll",
|
|
320
|
+
Follower = "Follower",
|
|
321
|
+
Lens = "Lens",
|
|
322
|
+
LookAt = "LookAt",
|
|
323
|
+
Pulse = "Pulse",
|
|
324
|
+
Wrap = "Wrap",
|
|
325
|
+
Glint = "Glint",
|
|
326
|
+
Gravity = "Gravity",
|
|
327
|
+
Ratchet = "Ratchet",
|
|
328
|
+
Jitter = "Jitter",
|
|
329
|
+
Scan = "Scan",
|
|
330
|
+
Float = "Float",
|
|
331
|
+
Typewriter = "Typewriter",
|
|
332
|
+
Scramble = "Scramble",
|
|
333
|
+
Wave = "Wave",
|
|
334
|
+
Bounce = "Bounce",
|
|
335
|
+
GlitchText = "GlitchText",
|
|
336
|
+
TextTrail = "TextTrail",
|
|
337
|
+
Reveal3D = "Reveal3D",
|
|
338
|
+
RevealSlide = "RevealSlide",
|
|
339
|
+
RevealBlur = "RevealBlur",
|
|
340
|
+
TextLiquid = "TextLiquid",
|
|
341
|
+
TextVortex = "TextVortex",
|
|
342
|
+
TextExplosion = "TextExplosion",
|
|
343
|
+
TextRain = "TextRain",
|
|
344
|
+
TextGravity = "TextGravity",
|
|
345
|
+
TextElastic = "TextElastic",
|
|
346
|
+
TextMatrix = "TextMatrix",
|
|
347
|
+
TextNeon = "TextNeon",
|
|
348
|
+
TextGlitch3D = "TextGlitch3D",
|
|
349
|
+
TextDissolve = "TextDissolve",
|
|
350
|
+
TextOrganic = "TextOrganic",
|
|
351
|
+
TextBreathe = "TextBreathe",
|
|
352
|
+
TextFloral = "TextFloral",
|
|
353
|
+
TextSmoke = "TextSmoke",
|
|
354
|
+
TextVariable = "TextVariable",
|
|
355
|
+
TextMagnet = "TextMagnet",
|
|
356
|
+
TextSpin = "TextSpin",
|
|
357
|
+
TextZing = "TextZing",
|
|
358
|
+
TextPerspective = "TextPerspective",
|
|
359
|
+
TextMirror = "TextMirror"
|
|
316
360
|
}
|
|
317
361
|
export declare enum BehaviorSensor {
|
|
318
362
|
Scale = "Scale",
|
package/package.json
CHANGED