From 8bd1dcd7dd13d28db9d6c9ce63e80d1776daac73 Mon Sep 17 00:00:00 2001 From: Darren Burns Date: Thu, 6 Oct 2022 14:17:53 +0100 Subject: [PATCH] Small correction --- docs/guide/animator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/animator.md b/docs/guide/animator.md index e7509ff46..a9ad5e9fe 100644 --- a/docs/guide/animator.md +++ b/docs/guide/animator.md @@ -59,7 +59,7 @@ It follows that you can use `animate` to animate from one `Color` to another. ## Animating widget attributes -You can animate non-`style` attributes on widgets too, assuming they implement `Animatable`. +You can animate non-`style` attributes on widgets too, assuming they are `floats` or are `Animatable`. Again, the animation system will take care of updating the attribute on the widget as time progresses. If the attribute being animated is [reactive](./reactivity.md), Textual can refresh the display each time the animator updates the value.