Skip to content

Instantly share code, notes, and snippets.

View netaisllc's full-sized avatar
🎯
Focusing

Kevin McGee netaisllc

🎯
Focusing
  • CSSian, a small division of Netais Technology Management LLC
  • Corte Madera, CA, USA
View GitHub Profile
@netaisllc
netaisllc / HtmxViewTransitions.astro
Created November 19, 2023 22:27
Astro wrapper component to handle HMTX and Astro ViewTransistions
---
import { ViewTransitions } from 'astro:transitions'
---
<ViewTransitions />
<script>
// List for Astro to report swap is complete so Htmx can reparse the DOM
document.addEventListener('astro:after-swap', () => {
window.htmx.process(document.body)