mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
* 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
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