We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25c134d commit 2e24010Copy full SHA for 2e24010
nativescript-angular/animation-player.ts
@@ -88,6 +88,7 @@ export class NativeScriptAnimationPlayer implements AnimationPlayer {
88
89
onStart(fn: Function): void { this._startSubscriptions.push(fn); }
90
onDone(fn: Function): void { this._doneSubscriptions.push(fn); }
91
+ onDestroy(fn: Function): void { this._doneSubscriptions.push(fn); }
92
93
private _onStart() {
94
if (!this._started) {
0 commit comments