You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Welcome to LAP Docs, our mission is to provide you with the best possible tutorials that is easy to understand and follow. I hope you enjoy your stay with us and our tutorials actually help you learn something new.",
12
+
"Our Motto: Simplicity in Tech",
13
+
"Our Goal: Simplifying tech for everyone",
14
+
];
21
15
22
16
useEffect(()=>{
23
17
constticker=tickerRef.current;
@@ -27,7 +21,7 @@ export default function NewsTicker() {
27
21
28
22
gsap.to(ticker,{
29
23
x: `-${tickerWidth}px`,
30
-
duration: 75,
24
+
duration: 75,// Faster duration for shorter text
31
25
ease: "linear",
32
26
repeat: -1,
33
27
onRepeat: ()=>{
@@ -41,14 +35,14 @@ export default function NewsTicker() {
0 commit comments