From 19921cd36d57169f016207804d760768c70fafa2 Mon Sep 17 00:00:00 2001 From: Thomas Guettler Date: Mon, 28 Dec 2020 21:56:55 +0100 Subject: [PATCH] Link to hx-swap for timing (docs only).^ --- www/reference.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/reference.md b/www/reference.md index 19bbb8aa..c7695a58 100644 --- a/www/reference.md +++ b/www/reference.md @@ -55,8 +55,8 @@ title: htmx - Attributes |-----------|-------------| | `htmx-indicator` | A dynamically generated class that will toggle visible (opacity:1) when a `htmx-request` class is present | `htmx-request` | Applied to either the element or the element specified with [`hx-indicator`](/attributes/hx-indicator) while a request is ongoing -| `htmx-settling` | Applied to a target after content is swapped, removed after it is settled -| `htmx-swapping` | Applied to a target before any content is swapped, removed after it is swapped +| `htmx-settling` | Applied to a target after content is swapped, removed after it is settled. The duration can be modified via [`hx-swap`](/attributes/hx-swap). +| `htmx-swapping` | Applied to a target before any content is swapped, removed after it is swapped. The duration can be modified via [`hx-swap`](/attributes/hx-swap).