.task-card,.task-card .card{max-height:1000px} .task-card{transition-property:max-height,max-width,opacity;transition-duration:.5s;transition-delay:.5s;transition-timing-function:ease-out;max-width:100%;max-height:1000px} .task-card.task-complete{max-width:0;max-height:0;opacity:0;padding:0 !important} .sticky-stepper{position:sticky;top:0;height:100%;overflow-y:auto} html:not([dir="rtl"]) .task-card.task-complete,html:not([dir="ltr"]) .task-card.task-complete{padding:0 !important} .task-card .card{transition-property:opacity;transition-duration:.5s;transition-timing-function:ease-out} .task-card.task-complete .card{opacity:0} .step-completed{animation-name:fade-out,collapse-out;animation-delay:.3s;animation-duration:.3s;animation-fill-mode:forwards;animation-timing-function:ease-out} @keyframes fade-out{0{opacity:1} 100%{opacity:0} } @keyframes collapse-out{0{max-width:100%;max-height:1000px;opacity:1} 100%{max-width:0;max-height:0;opacity:0} }