+1
Beantwoord
Bump a pager
Is there an action that would create the visual of a pager bumping to the left? I'm wondering so it shows a user they can swipe that object.
I know with the scroll tag you can switch to a page, but I was hoping I could do something like 1.2 or something to that effect... :)
Have you all done anything like this before?
I know with the scroll tag you can switch to a page, but I was hoping I could do something like 1.2 or something to that effect... :)
Have you all done anything like this before?
Customer support service by UserEcho
Do you have an example of what you mean by "bumping". This seems to be something that might be easily accomplished with a translate action?
The attribute is the same as the web object; bounces="yes/no"
<action name="page">
<scroll page="_page" animated="yes" bounces="yes"/>
</action>