Files
ionic-framework/core/src/components/scroll
Ross Gerbasi 147a6090e4 refactor(theming): alpha color refactor and theme cleanup (#14161)
* Cleanup for iOS mode used in material variables
Refactor to alpha variables for colors in the color map
updated theme builder with new alpha variables
updated theme builder with duplicate default CSS modes

* moved alpha transform into css-var
removed ion-color-alpha
fixes for disabled css-variable mode
added defaults for user configurable variables

* revert to spinner related code
2018-03-15 11:53:48 -04:00
..

ion-scroll

Properties

forceOverscroll

boolean

If true and the content does not cause an overflow scroll, the scroll interaction will cause a bounce. If the content exceeds the bounds of ionScroll, nothing will change. Note, the does not disable the system bounce on iOS. That is an OS level setting.

mode

string

scrollEvents

boolean

Attributes

force-overscroll

boolean

If true and the content does not cause an overflow scroll, the scroll interaction will cause a bounce. If the content exceeds the bounds of ionScroll, nothing will change. Note, the does not disable the system bounce on iOS. That is an OS level setting.

mode

string

scroll-events

boolean

Events

ionScroll

Emitted while scrolling. This event is disabled by default. Look at the property: scrollEvents

ionScrollEnd

Emitted when the scroll has ended.

ionScrollStart

Emitted when the scroll has started.

Methods

scrollByPoint()

scrollToBottom()

scrollToPoint()

scrollToTop()


Built with StencilJS