[OCaml] High Intensity Training Online
feat animate the feedback modal like the confirm modal
Apply the shared modal-enter scale-and-fade to the feedback modal so every modal opens with the same short, smooth motion. The existing prefers-reduced-motion rule already clamps animation duration, so the motion is disabled for users who ask for reduced motion.
lib/web/assets/hito.css
@@ -552,6 +552,7 @@
552
552
color: var(--ink);
553
553
}
554
554
.feedback-modal::backdrop { background: rgba(26, 26, 22, 0.45); }
555
Added:
.feedback-modal[open] { animation: modal-enter 180ms ease both; }
555
556
.feedback-modal-content { padding: 1.25rem; }
556
557
.feedback-modal-heading {
557
558
display: flex;