Wish please wrap IBAnimatable library

ilan

Expert
Licensed User
Longtime User
Design and prototype customized UI, interaction, navigation, transition and animation for App Store ready Apps in Interface Builder with IBAnimatable.
https://github.com/IBAnimatable/IBAnimatable

from what i have seen it should be possible to do all those animation with the current b4i version. especially with the new resumeable sub feature.

if you want to create those animation between pages have a look at this:

https://www.b4x.com/android/forum/threads/page-over-tabbar.51019/#post-497772

all other animation can be done with sleep+setlayoutanimated function.
 
Top