Convert exercise form into htmx driven

This commit is contained in:
Peter Stockings
2022-11-19 22:48:24 +11:00
parent 44cf4b2c6b
commit 605d84f8bb
5 changed files with 106 additions and 16 deletions

4
static/css/style.css Normal file
View File

@@ -0,0 +1,4 @@
tr.htmx-swapping td {
opacity: 0;
transition: opacity 0.5s ease-out;
}