Website: Fix logo-carousel animation duration (#19434)

Changes:
- Updated the duration of the logo carousel animation on ios and safari
13
This commit is contained in:
Eric 2024-05-31 18:29:40 -05:00 committed by GitHub
parent 1746f020c7
commit 329f3e7873
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,10 +22,10 @@
-webkit-transform-style: preserve-3d;
-webkit-backface-visibility: hidden;
&.safari-13-scroll-animation {
animation: scroll-horizontal-safari-13 20s linear infinite;
animation: scroll-horizontal-safari-13 80s linear infinite;
}
&.ios-13-scroll-animation {
animation: scroll-horizontal-ios-13 20s linear infinite;
animation: scroll-horizontal-ios-13 80s linear infinite;
}
}
img {