slow testimonial transitions

This commit is contained in:
Yisroel Baum 2026-06-06 22:53:41 +03:00
parent 73cd748ec2
commit 5dd9808ef2
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9

View file

@ -761,8 +761,8 @@ const projects: Project[] = [
pointer-events: none;
transform: translateX(-50%);
transition:
opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
opacity 1s cubic-bezier(0.22, 1, 0.36, 1),
transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}
.testimonials__card--active {