This commit is contained in:
Bryan Mauger 2025-02-07 16:07:27 -05:00
parent 79a251c985
commit 4eb4779b94

View file

@ -168,9 +168,7 @@ export default {
background: $blue;
border-radius: 3rem;
box-shadow: 0px 0px 0px 1px rgba(0, 112, 209, 1) inset;
transition:
transform 600ms cubic-bezier(0.02, 0.94, 0.09, 0.97),
background 300ms cubic-bezier(0.17, 0.67, 0.14, 1.03);
transition: transform 750ms cubic-bezier(0.02, 0.94, 0.09, 0.97);
transform: translate3d(2rem, 0, 0);
}
.indicator-bar {