Fix default collections table (#6879)

This commit is contained in:
Jukka Kurkela 2019-12-30 23:54:19 +02:00 committed by Evert Timberg
parent 29801da9f5
commit 1cda96946b

View File

@ -23,7 +23,9 @@ The following animation options are available. The global options for are define
| [collection] | `object` | `undefined` | Option overrides for multiple properties, identified by `properties` array.
Default collections:
| Name | option | value
| Name | Option | Value
| ---- | ------ | -----
| `numbers` | `type` | `'number'`
| | `properties` | `['x', 'y', 'borderWidth', 'radius', 'tension']`
| `colors` | `type` | `'color'`