@omnimedia/omnitool 1.1.0-82 → 1.1.0-84

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.
Files changed (44) hide show
  1. package/README.md +64 -9
  2. package/package.json +1 -1
  3. package/s/timeline/index.ts +2 -2
  4. package/s/timeline/parts/animations/make.ts +38 -0
  5. package/s/timeline/parts/animations/presets.ts +138 -0
  6. package/s/timeline/parts/{animations.ts → animations/properties.ts} +2 -24
  7. package/s/timeline/parts/animations/registry.ts +13 -0
  8. package/s/timeline/parts/animations/types.ts +69 -0
  9. package/s/timeline/sugar/helpers.ts +32 -18
  10. package/s/timeline/sugar/o.ts +25 -17
  11. package/s/timeline/utils/anim.ts +2 -2
  12. package/x/demo/demo.bundle.min.js +100 -100
  13. package/x/demo/demo.bundle.min.js.map +4 -4
  14. package/x/index.html +2 -2
  15. package/x/tests.bundle.min.js +102 -102
  16. package/x/tests.bundle.min.js.map +4 -4
  17. package/x/tests.html +1 -1
  18. package/x/timeline/index.d.ts +2 -2
  19. package/x/timeline/index.js +2 -2
  20. package/x/timeline/index.js.map +1 -1
  21. package/x/timeline/parts/animations/make.d.ts +3 -0
  22. package/x/timeline/parts/animations/make.js +29 -0
  23. package/x/timeline/parts/animations/make.js.map +1 -0
  24. package/x/timeline/parts/animations/presets.d.ts +170 -0
  25. package/x/timeline/parts/animations/presets.js +135 -0
  26. package/x/timeline/parts/animations/presets.js.map +1 -0
  27. package/x/timeline/parts/{animations.d.ts → animations/properties.d.ts} +1 -20
  28. package/x/timeline/parts/{animations.js → animations/properties.js} +2 -2
  29. package/x/timeline/parts/animations/properties.js.map +1 -0
  30. package/x/timeline/parts/animations/registry.d.ts +218 -0
  31. package/x/timeline/parts/animations/registry.js +11 -0
  32. package/x/timeline/parts/animations/registry.js.map +1 -0
  33. package/x/timeline/parts/animations/types.d.ts +51 -0
  34. package/x/timeline/parts/animations/types.js +2 -0
  35. package/x/timeline/parts/animations/types.js.map +1 -0
  36. package/x/timeline/sugar/helpers.d.ts +2 -1
  37. package/x/timeline/sugar/helpers.js +23 -16
  38. package/x/timeline/sugar/helpers.js.map +1 -1
  39. package/x/timeline/sugar/o.d.ts +1 -0
  40. package/x/timeline/sugar/o.js +18 -16
  41. package/x/timeline/sugar/o.js.map +1 -1
  42. package/x/timeline/utils/anim.d.ts +2 -2
  43. package/x/timeline/utils/anim.js.map +1 -1
  44. package/x/timeline/parts/animations.js.map +0 -1
package/x/index.html CHANGED
@@ -295,7 +295,7 @@ canvas {
295
295
  }
296
296
  }
297
297
  </style>
298
- <script type=module src="demo/demo.bundle.min.js?v=bcb8a12b9efc"></script>
298
+ <script type=module src="demo/demo.bundle.min.js?v=8eda4d1f0ca2"></script>
299
299
 
300
300
 
301
301
  <meta name="theme-color" content="#3cff9c">
@@ -317,7 +317,7 @@ canvas {
317
317
  <section>
318
318
  <header class="hero">
319
319
  <div>
320
- <h1>Omnitool <small>v1.1.0-82</small></h1>
320
+ <h1>Omnitool <small>v1.1.0-84</small></h1>
321
321
  <p>Developer demos for decoding, preview, waveform, playback, and export.</p>
322
322
  </div>
323
323
  </header>