Skip to main content

How to do slide effect between two forms

No replies
stern23
Offline
Joined: 2010-10-29
Points: 0

Hello,

Since I updated to the new Lwuit 1.5 from the SVN, my slide effect between two forms stop working.

I do the following:
myForm.setTransitionInAnimator(CommonTransitions.createSlide(CommonTransitions.SLIDE_HORIZONTAL, false, 250));

The slide back is working as expected:
myForm.setTransitionOutAnimator(CommonTransitions.createSlide(CommonTransitions.SLIDE_HORIZONTAL, true, 250));

What I'm doing wrong here? (As I mentioned it worked perfect in lwuit 1.4)

Stern