diff --git a/docs/objects/Animation/changeBackground.md b/docs/objects/Animation/changeBackground.md index 0e4bf73..49ce526 100644 --- a/docs/objects/Animation/changeBackground.md +++ b/docs/objects/Animation/changeBackground.md @@ -2,9 +2,9 @@ Changes the background color while the animation is running #### Parameters: -1. `table` multiple color numbers - example: {colors.red, colors.yellow, colors.green} -2. `number` duration in seconds -3. `number` time - time when this part should begin (offset to when the animation starts - default 0) +1. `number` duration in seconds +2. `number` time - time when this part should begin (offset to when the animation starts - default 0) +3. `...` multiple color numbers - example: colors.red, colors.yellow, colors.green #### Returns: 1. `animation` Animation in use diff --git a/docs/objects/Animation/changeText.md b/docs/objects/Animation/changeText.md index d2bdb11..e9da7cb 100644 --- a/docs/objects/Animation/changeText.md +++ b/docs/objects/Animation/changeText.md @@ -3,8 +3,10 @@ Changes the text while animation is running #### Parameters: 1. `table` multiple text strings - example: {"i", "am", "groot"} -2. `number` duration in seconds -3. `number` time - time when this part should begin (offset to when the animation starts - default 0) +1. `number` duration in seconds +2. `number` time - time when this part should begin (offset to when the animation starts - default 0) +3. `...` multiple text strings - example: "i", "am", "groot" + #### Returns: 1. `animation` Animation in use diff --git a/docs/objects/Animation/changeTextColor.md b/docs/objects/Animation/changeTextColor.md index e23c586..d5420cf 100644 --- a/docs/objects/Animation/changeTextColor.md +++ b/docs/objects/Animation/changeTextColor.md @@ -2,9 +2,9 @@ Changes the text color while the animation is running #### Parameters: -1. `table` multiple color numbers - example: {colors.red, colors.yellow, colors.green} -2. `number` duration in seconds -3. `number` time - time when this part should begin (offset to when the animation starts - default 0) +1. `number` duration in seconds +2. `number` time - time when this part should begin (offset to when the animation starts - default 0) +1. `...` multiple color numbers - example: colors.red, colors.yellow, colors.green #### Returns: 1. `animation` Animation in use