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