Hi,
I have a question about how to slowly swipe a layout.
I have a layout with 4 columns. I have attached onswipex event to each of them, in order to move from one to another column when the user horizontally swipes. It works fine but it is not the efect i want.
For example, if you do this in facebook and my finger was slowly touching the screen, you could see how the column changes slowly. Even if i stacked at one point, i would see half left column and half right column.
With onswipex, i can not do it. i have to do the full movement with my fingers to see the visual efect.
So, it is not the same. How can i do that efect?
Thanks and regards!