Replies: 1 comment 2 replies
-
I'm not sure if it would work as the CSS branch isn't working for me right now, but I believe you should be able to call |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all. I have been trying to animate a
GridView
-Like widget, but am having trouble. I'd like to animate it moving on and off the screen like in this example.It isn't possible to actually call
animate
onGridView
since it isn't aWidget
, but is there some simple way of wrapping a GridView inside a widget that I'm missing? I'm coming from Kivy, and in that library all "views" are also widgets.Beta Was this translation helpful? Give feedback.
All reactions