I want to implements a Parallax ListView like this:
https://www.youtube.com/watch?v=BbMvH5jAqA8
How to implement it in Corona?
I want to implements a Parallax ListView like this:
https://www.youtube.com/watch?v=BbMvH5jAqA8
How to implement it in Corona?
You would probably need to implement a series of containers within a scroll view and shift their content as the scroll position of the view changes, possibly using an enterFrame event or touch listener.
Tbh, not sure why you would want to do that as it doesn’t look good in that video and I can’t think of any UI guides for any of the three major mobile platforms which advise that interaction method.
While I can’t think of any applications where this would be preferred, that doesn’t mean it would be good in something.
That being said, I’m with @Horacebury, as I find that effect kind of disorienting.
You would probably need to implement a series of containers within a scroll view and shift their content as the scroll position of the view changes, possibly using an enterFrame event or touch listener.
Tbh, not sure why you would want to do that as it doesn’t look good in that video and I can’t think of any UI guides for any of the three major mobile platforms which advise that interaction method.
While I can’t think of any applications where this would be preferred, that doesn’t mean it would be good in something.
That being said, I’m with @Horacebury, as I find that effect kind of disorienting.