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