You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any way to disable the "rubber-band" effect or bounce effect? If I'm mistaken, that thing when you scroll to a list horizontally leaving a blank white area and then goes back to where it was in a sliding animation when you release it.
This is the solution that I came across the ionic forums , but I don't see this implemented on meteoric. <ion-content has-bouncing="false">
Can the 'bouncing' effect will only be available vertically and not horizontally?
The text was updated successfully, but these errors were encountered:
That's it. It automatically detects if {{#ionSideMenuContainer}} is one of its ancestor and if so, applies the hasBouncing flag. Otherwise, it just ignores it.
TODO: Make this platform specific like in angular ionic.
Is there any way to disable the "rubber-band" effect or bounce effect? If I'm mistaken, that thing when you scroll to a list horizontally leaving a blank white area and then goes back to where it was in a sliding animation when you release it.
This is the solution that I came across the ionic forums , but I don't see this implemented on meteoric.
<ion-content has-bouncing="false">
Can the 'bouncing' effect will only be available vertically and not horizontally?
The text was updated successfully, but these errors were encountered: