Skip to content

Commit c5c6820

Browse files
committed
bump
1 parent f85d1e8 commit c5c6820

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ exports.fabTap = function(args) {
7070
| icon | X | X | Supports the same image source options that NativeScript images support | Required on android
7171
| rippleColor| X | | Ripple color on lollipop devices, it will fill the FAB on pre-lollipop devices | None
7272
| hideOnSwipeOfView| X | X | Directs the fab to animate itself in and out on scroll | Pass it the name of the view to monitor for a scroll event example: hideOnSwipeOfView="userListView"
73-
| hideAnimationDuration| X | X | How many milliseconds it takes for the button to hide. | Default of not set: 300ms
73+
| hideAnimationDuration| X | X | How many milliseconds it takes for the button to hide. | Default if not set: 300ms
7474

7575
## NativeScript Compatibility
7676

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-floatingactionbutton",
3-
"version": "2.1.2",
3+
"version": "2.1.3",
44
"description": "A NativeScript plugin to provide an XML widget to implement the Material Design Floating Action Button in NativeScript apps.",
55
"main": "fab.js",
66
"nativescript": {

0 commit comments

Comments
 (0)