interface TransitionHooks
Methods
beforeEnter(el)
Name | Type | Description |
---|---|---|
|
|
|
Returns |
|
Signature
beforeEnter(el: HostElement): void;
clone(vnode)
Name | Type | Description |
---|---|---|
|
||
Returns |
|
Signature
clone(vnode: VNode): TransitionHooks<HostElement>;
delayLeave(el, earlyRemove, delayedLeave)
Name | Type | Description |
---|---|---|
|
|
|
|
|
|
|
|
|
Returns |
|
Signature
delayLeave?(el: HostElement, earlyRemove: () => void, delayedLeave: () => void): void;