Remix
Remix
remix/ui/animation · FunctionView Source

animateExit

Summary

Animates an element when it is removed from the DOM.

Signature

function animateExit<target extends EventTarget>(
  config: AnimationConfig,
): MixinDescriptor<target, [AnimationConfig], ElementProps>;

Parameters

config

Exit animation configuration.

Returns

A mixin descriptor for the target element.