slow testimonial transitions
This commit is contained in:
parent
73cd748ec2
commit
5dd9808ef2
1 changed files with 2 additions and 2 deletions
|
|
@ -761,8 +761,8 @@ const projects: Project[] = [
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
transition:
|
transition:
|
||||||
opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
|
opacity 1s cubic-bezier(0.22, 1, 0.36, 1),
|
||||||
transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
|
transform 1s cubic-bezier(0.22, 1, 0.36, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.testimonials__card--active {
|
.testimonials__card--active {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue