We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d3d74d commit 3773315Copy full SHA for 3773315
src/app/globals.css
@@ -92,6 +92,22 @@ html {
92
}
93
94
95
+@keyframes scrollpartner {
96
+ 0% {
97
+ transform: translateX(2%);
98
+ }
99
+ 50% {
100
+ transform: translateX(-98%);
101
102
+ 100% {
103
104
105
+}
106
+
107
+.animate-scroll {
108
+ animation: scrollpartner 30s ease-in-out infinite;
109
110
111
::-webkit-scrollbar {
112
width: 10px;
113
0 commit comments