https://github.com/usamafayaz/scrolling-text
Scrolling Text allows users to input text, set scroll duration, and choose between auto or manual scrolling, providing a visually appealing scrolling effect with persistent settings.
https://github.com/usamafayaz/scrolling-text
auto-scroll css html javascript scroll-animation text-scroller
Last synced: 5 months ago
JSON representation
Scrolling Text allows users to input text, set scroll duration, and choose between auto or manual scrolling, providing a visually appealing scrolling effect with persistent settings.
- Host: GitHub
- URL: https://github.com/usamafayaz/scrolling-text
- Owner: usamafayaz
- Created: 2024-09-26T05:53:11.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-10-30T09:01:00.000Z (9 months ago)
- Last Synced: 2025-01-12T04:54:30.542Z (6 months ago)
- Topics: auto-scroll, css, html, javascript, scroll-animation, text-scroller
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Text Scroller
A simple Text Scroller using HTML, CSS, and JavaScript, allowing automatic text scrolling with customizable speed and user inputs.
## Features
- Custom text input via a text area
- Automatic scrolling with customizable speed
- Uses `sessionStorage` to save text between sessions
- Responsive design## Technologies
- HTML5
- CSS3
- JavaScript## How It Works
1. User inputs the text in the text area.
2. The text automatically scrolls within the container.
3. The speed of scrolling can be adjusted.
4. The text persists between sessions using `sessionStorage`.## Usage
Clone the repository and open the `index.html` file in your browser.
```bash
git clone https://github.com/usamafayaz/scrolling-text.git
``````bash
cd text-scroller
```open index.html
## Contact
For any inquiries, please contact [[email protected]].