Replies: 1 comment 3 replies
-
I would expect modifying offset property to be enough. Sounds like a bug. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The docs say that you can animate a Widget's
offset
(https://textual.textualize.io/guide/animation/#animating-styles) in order to move it around the screen.At the moment, I'm only able to do this by creating a custom widget that wraps my desired widget, and then adding two reactive attributes (
offset_x
andoffset_y
). I then use thewatch
methods to change the actual offset usingIs there some other way that I'm missing?
Beta Was this translation helpful? Give feedback.
All reactions