tune carousel motion
This commit is contained in:
parent
beeaf9c2d0
commit
6c75443bd7
1 changed files with 2 additions and 2 deletions
|
|
@ -923,7 +923,7 @@ const projects: Project[] = [
|
||||||
--sponsors-edge-fade: 50px;
|
--sponsors-edge-fade: 50px;
|
||||||
--sponsors-logo-gap: clamp(2.75rem, 4vw, 4.25rem);
|
--sponsors-logo-gap: clamp(2.75rem, 4vw, 4.25rem);
|
||||||
|
|
||||||
width: 60%;
|
width: 85%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
mask-image: linear-gradient(
|
mask-image: linear-gradient(
|
||||||
|
|
@ -945,7 +945,7 @@ const projects: Project[] = [
|
||||||
.sponsors__track {
|
.sponsors__track {
|
||||||
display: flex;
|
display: flex;
|
||||||
width: max-content;
|
width: max-content;
|
||||||
animation: sponsors-scroll 28s linear infinite;
|
animation: sponsors-scroll 20s linear infinite;
|
||||||
will-change: transform;
|
will-change: transform;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue