text sliding like news ticker with flet #4645
pamraman2009
started this conversation in
General
Replies: 1 comment
-
You can make text sliding by using Properties<"offset", "animate_offset", "on_animation_end"> in Container. import flet as ft def main(page: ft.Page):
ft.app(target=main) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want text sliding like news ticker with flet please share sample code if it is possible with flet
Beta Was this translation helpful? Give feedback.
All reactions