@webdeveric/utils
    Preparing search index...

    Function delayAnimationFrame

    Return a Promise that resolves with value on the next animation frame.

    await delayAnimationFrame(); // resolves with `undefined` on the next animation frame
    await delayAnimationFrame('done'); // resolves with 'done' on the next animation frame