mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-26 21:18:45 -06:00
8 lines
195 B
TypeScript
8 lines
195 B
TypeScript
import { TextTickerProps } from "react-native-text-ticker";
|
|
|
|
export const TextTickerConfig : TextTickerProps = {
|
|
duration: 5000,
|
|
loop: true,
|
|
repeatSpacer: 20,
|
|
marqueeDelay: 1000
|
|
} |