I ned to animate Label that move text from bottom to top...i have one apk that have epg description label...and would like to implement feauture when user scrolls channel that label descritpion is visible only two rows after one second it move slowly text to up from down so that whole description label can be read.
How can i do this with label animation in b4a?
Thanks.
I try with this but label goes on top and whole panel is filled with whole label height...
How can i do this with label animation in b4a?
Thanks.
I try with this but label goes on top and whole panel is filled with whole label height...
B4X:
lblEPGDesc.SetLayoutAnimated(2000, 150dip, -10dip, 250dip, 76dip)