An open API service indexing awesome lists of open source software.

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.

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]].