mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
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:
parent
1746f020c7
commit
329f3e7873
1 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue