settle

You can modify the time between the Hx.swap and the settle logic by including a settle modifier.

<!-- this will wait 1s before doing the swap after it is received -->
<div hx-get="/example" hx-swap="innerHTML settle:1s">Get Some HTML & Append It</div>