mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
fix type
This commit is contained in:
@@ -111,7 +111,7 @@ class BoundAnimator:
|
|||||||
self._obj,
|
self._obj,
|
||||||
attribute=attribute,
|
attribute=attribute,
|
||||||
value=value,
|
value=value,
|
||||||
final_value=final_values,
|
final_value=final_value,
|
||||||
duration=duration,
|
duration=duration,
|
||||||
speed=speed,
|
speed=speed,
|
||||||
easing=easing_function,
|
easing=easing_function,
|
||||||
|
|||||||
Reference in New Issue
Block a user