mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
chore(readme): update readme builds
This commit is contained in:
@ -71,6 +71,8 @@ boolean
|
|||||||
|
|
||||||
#### scrollByPoint()
|
#### scrollByPoint()
|
||||||
|
|
||||||
|
Scroll by a specific X/Y distance
|
||||||
|
|
||||||
|
|
||||||
#### scrollToBottom()
|
#### scrollToBottom()
|
||||||
|
|
||||||
@ -82,6 +84,8 @@ Returns a promise which is resolved when the scroll has completed.
|
|||||||
|
|
||||||
#### scrollToPoint()
|
#### scrollToPoint()
|
||||||
|
|
||||||
|
Scroll to a specific X/Y coordinate in the content
|
||||||
|
|
||||||
|
|
||||||
#### scrollToTop()
|
#### scrollToTop()
|
||||||
|
|
||||||
|
@ -50,6 +50,8 @@ Possible values are: `"ios"` or `"md"`.
|
|||||||
|
|
||||||
boolean
|
boolean
|
||||||
|
|
||||||
|
If true, the fab button will show when in a fab-list.
|
||||||
|
|
||||||
|
|
||||||
#### translucent
|
#### translucent
|
||||||
|
|
||||||
@ -101,6 +103,8 @@ Possible values are: `"ios"` or `"md"`.
|
|||||||
|
|
||||||
boolean
|
boolean
|
||||||
|
|
||||||
|
If true, the fab button will show when in a fab-list.
|
||||||
|
|
||||||
|
|
||||||
#### translucent
|
#### translucent
|
||||||
|
|
||||||
|
@ -46,6 +46,8 @@ The image URL. This attribute is mandatory for the <img> element.
|
|||||||
|
|
||||||
#### ionImgDidLoad
|
#### ionImgDidLoad
|
||||||
|
|
||||||
|
Emitted when the img src is loaded
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
----------------------------------------------
|
----------------------------------------------
|
||||||
|
@ -65,6 +65,8 @@ Animation to use when the loading indicator is presented.
|
|||||||
|
|
||||||
boolean
|
boolean
|
||||||
|
|
||||||
|
If true, the loading will blur any inputs and hide the keyboard
|
||||||
|
|
||||||
|
|
||||||
#### leaveAnimation
|
#### leaveAnimation
|
||||||
|
|
||||||
@ -156,6 +158,8 @@ Animation to use when the loading indicator is presented.
|
|||||||
|
|
||||||
boolean
|
boolean
|
||||||
|
|
||||||
|
If true, the loading will blur any inputs and hide the keyboard
|
||||||
|
|
||||||
|
|
||||||
#### leave-animation
|
#### leave-animation
|
||||||
|
|
||||||
|
@ -140,6 +140,8 @@ Emitted when the menu is closed.
|
|||||||
|
|
||||||
#### ionMenuChange
|
#### ionMenuChange
|
||||||
|
|
||||||
|
Emitted when the menu state is changed.
|
||||||
|
|
||||||
|
|
||||||
#### ionOpen
|
#### ionOpen
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user