Racehorse
    Preparing search index...

    Function useKeyboardAnimation

    • Triggers a callback when the software keyboard animation is started.

      The signal provided to the callback is aborted if a new animation has started or if component unmounts.

      Parameters

      • callback: (animation: TweenAnimation, signal: AbortSignal) => void

        The callback that is triggered when the software keyboard animation is started.

      Returns void