feat(ST-1113): add 200ms animation-delay to TaskDialogSkeleton to prevent flicker

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Janpeter Visser 2026-04-30 00:30:17 +02:00
parent c60c0ce847
commit bf271d899b

View file

@ -12,6 +12,7 @@ export function TaskDialogSkeleton() {
'max-h-[90vh] w-full max-w-[calc(100%-2rem)]',
'sm:max-w-[90vw] sm:max-h-[85vh]',
'lg:max-w-[50vw] lg:min-w-[480px]',
'[animation-delay:200ms] [animation-fill-mode:backwards]',
)}
>
<DialogTitle className="sr-only">Taak laden</DialogTitle>