B4X FEED How to cancel a view's animation?

اطلاعات موضوع

درباره موضوع در تاریخ, در دسته b4xfeed ایجاد شده و آغاز کننده آن practicalsoftمی باشد و موضوع آن: How to cancel a view's animation? است. این موضوع تا کنون 25 بازدید کننده و, 0 پاسخ داشته و 0 بار پسندیده شده...
نام دسته b4xfeed
نام موضوع How to cancel a view's animation?
آغاز کننده موضوع practicalsoft
تاریخ شروع
پاسخ‌ها
0
بازدیدها
25
پسندها
0
آخرین ارسال توسط PracticalSoft
Jun 6, 2020
11,559
4,422
I am animating a panel's visibility using:
B4X:

Panel.SetVisibleAnimated(TimeinMs, False)
If I set the animation to a long duration, like 10 seconds, but then want to cancel the duration and set a new duration, it appears the original time duration will still execute.

For example, lets say I initially set the visibility to "False" (hide) the panel over a period of 10 seconds, then 5 seconds into the hide animation, I call the same animation with a new value of 20 seconds, the panel will still disappear at the original 10 second animation point.

How can I change the animation time without the original one be executed?

I tried these variations, but they did not work:
B4X:

کد:
محتوای بلوک کدها در دسترس شما نیست. برای مشاهده بلوک کدها، وارد انجمن شوید یاثبت نام کنید

 

عقب
بالا