From 1cda96946baa7965159af7473693ab31a618f7e3 Mon Sep 17 00:00:00 2001 From: Jukka Kurkela Date: Mon, 30 Dec 2019 23:54:19 +0200 Subject: [PATCH] Fix default collections table (#6879) --- docs/configuration/animations.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/configuration/animations.md b/docs/configuration/animations.md index 8131941d7..89e40ed9c 100644 --- a/docs/configuration/animations.md +++ b/docs/configuration/animations.md @@ -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'` -- 2.47.2