UNPKG

htmx-ext-busy

Version:

An htmx extension that visualizes busy states in target areas during requests

17 lines (15 loc) 187 B
[aria-busy="true"] { cursor: progress; animation: aria-busy-kf 2s infinite; } @keyframes aria-busy-kf { 0% { opacity: 0.9; } 50% { opacity: 0.1; } 100% { opacity: 0.9; } }