@pixodesk/svg-animator-react 1.0.21 → 1.0.24

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
@@ -91,7 +91,7 @@ const [timeMs, setTimeMs] = useState(0);
91
91
  | `apiRef` | `RefObject<ReactAnimatorApi>` | Ref for imperative control |
92
92
  | `time` | `number` | Seek to a fraction (0–1) of the whole timeline (duration × iterations) |
93
93
  | `timeMs` | `number` | Seek to a time in milliseconds |
94
- | `mode` | `'auto' \| 'webapi' \| 'frames'` | Animation engine |
94
+ | `mode` | `'auto' \| 'waapi' \| 'frames'` | Animation engine |
95
95
  | `duration` | `number` | Duration override (ms) |
96
96
  | `delay` | `number` | Delay before start (ms) |
97
97
  | `iterations` | `number \| 'infinite'` | Loop count |