From 074f3b6d2e42c14a9f4ae8e124d90d708645f60c Mon Sep 17 00:00:00 2001 From: LeeLenaleee <39033624+LeeLenaleee@users.noreply.github.com> Date: Tue, 22 Dec 2020 16:22:25 +0100 Subject: [PATCH] Ensure that default collections table is clear (#8216) addition to #8124 --- docs/docs/configuration/animations.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/configuration/animations.mdx b/docs/docs/configuration/animations.mdx index 5d6994e00..d32fcae53 100644 --- a/docs/docs/configuration/animations.mdx +++ b/docs/docs/configuration/animations.mdx @@ -170,9 +170,9 @@ A properties collection option is defined by the same options of the [animation | Name | Option | Value | ---- | ------ | ----- | `numbers` | `type` | `'number'` -| | `properties` | `['x', 'y', 'borderWidth', 'radius', 'tension']` +| `numbers` | `properties` | `['x', 'y', 'borderWidth', 'radius', 'tension']` | `colors` | `type` | `'color'` -| | `properties` | `['borderColor', 'backgroundColor']` +| `colors` | `properties` | `['borderColor', 'backgroundColor']` Direct property configuration overrides configuration of same property in a collection.