Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    How to get horizontal wipe animation effect?

    13.0 beta.

    If you look at your showcase "responsive design" in handset mode, the views slide in from the right. I am trying to replicate that in another layout, but both SLIDE and WIPE are vertical.

    I couldn't find any setting like setAnimationOrientation or similar, so i am wondering if this is possible?

    the code is simple enough:
    Code:
    layout.setAnimateShowEffect(AnimationEffect.FLY).setAnimateFadeTime(500);
    ...
    layout.animateShow();
    Pointers appreciated.
Working...
X