Skip to content

Commit 3c25d95

Browse files
committed
fix: send animated once the step is finish animating
1 parent 79414ba commit 3c25d95

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/ui-persistent-bottomsheet/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,7 @@ export class PersistentBottomSheet extends AbsoluteLayout {
554554
this.isScrollEnabled = true;
555555
this.animating = false;
556556
this.animation = null;
557+
this.notify({ eventName: 'animated', position, duration });
557558
}
558559
}
559560
}

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3615,11 +3615,11 @@ __metadata:
36153615

36163616
"@nativescript-community/template-snippet@file:demo-snippets::locator=root-workspace-0b6124%40workspace%3A.":
36173617
version: 0.0.1
3618-
resolution: "@nativescript-community/template-snippet@file:demo-snippets#demo-snippets::hash=4f9853&locator=root-workspace-0b6124%40workspace%3A."
3618+
resolution: "@nativescript-community/template-snippet@file:demo-snippets#demo-snippets::hash=d65340&locator=root-workspace-0b6124%40workspace%3A."
36193619
dependencies:
36203620
"@nativescript-community/gesturehandler": "npm:^2.0.8"
36213621
"@nativescript-community/ui-persistent-bottomsheet": "npm:0.0.24"
3622-
checksum: 1f14ca0a78d96e0285e436bf99e4595381104e16bf38cd780cb632764db30c2ace3ccbffa4e083304df22dfd6aed7c4324cfd25536e2243da6e6fcbbb0f57e5f
3622+
checksum: 749ebd5784ca0a487d7a409d6ecb14dcd94cdb9bef92578245b6132888a2437cfe9e5ad55eb822ca1d1a459186dd3b3635b3f1c934162d3288ea73c070308f7b
36233623
languageName: node
36243624
linkType: hard
36253625

0 commit comments

Comments
 (0)