Update transition duration for progress background styles in App.css to enhance animation responsiveness
Some checks reported errors
farmcontrol/farmcontrol-ui/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
Tom Butcher 2026-08-09 14:57:30 +01:00
parent 0ebc6b4897
commit 19cfeff118

View File

@ -1005,7 +1005,7 @@ span.ant-skeleton-input.ant-skeleton-input-sm.text-skeleton {
.h-progress-bg,
.h-progress-success-bg {
position: relative;
transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
transition: all 0.1s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.h-progress-success-bg {