We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7e0d0b commit 282161cCopy full SHA for 282161c
src/types.d.ts
@@ -1,7 +1,7 @@
1
export interface TransitionCallbacks {
2
- onEnter?(node: HTMLElement): any;
3
- onEntered?(node: HTMLElement): any;
4
- onEntering?(node: HTMLElement): any;
+ onEnter?(node: HTMLElement, isAppearing: boolean): any;
+ onEntered?(node: HTMLElement, isAppearing: boolean): any;
+ onEntering?(node: HTMLElement, isAppearing: boolean): any;
5
onExit?(node: HTMLElement): any;
6
onExited?(node: HTMLElement): any;
7
onExiting?(node: HTMLElement): any;
0 commit comments