mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-10-02 07:21:05 +00:00
Fixed example code
This commit is contained in:
parent
c0f1e06eab
commit
a64fa3cf07
@ -62,7 +62,7 @@ phase.
|
||||
transition: opacity 1s ease-out;
|
||||
}
|
||||
</style>
|
||||
<button class="fade-me-in"
|
||||
<button id="fade-me-in"
|
||||
hx-post="/fade_in_demo"
|
||||
hx-swap="outerHTML settle:1s">
|
||||
Fade Me In
|
||||
@ -176,4 +176,4 @@ being updated smoothly.
|
||||
|
||||
#### Conclusion
|
||||
|
||||
You can use the tools above to create quite a few interesting and pleasing effects with plain old HTML while using htmx.
|
||||
You can use the tools above to create quite a few interesting and pleasing effects with plain old HTML while using htmx.
|
||||
|
Loading…
x
Reference in New Issue
Block a user