A simple Text Scroller using HTML, CSS, and JavaScript, allowing automatic text scrolling with customizable speed and user inputs.
- Custom text input via a text area
- Automatic scrolling with customizable speed
- Uses
sessionStorage
to save text between sessions - Responsive design
- HTML5
- CSS3
- JavaScript
- User inputs the text in the text area.
- The text automatically scrolls within the container.
- The speed of scrolling can be adjusted.
- The text persists between sessions using
sessionStorage
.
Clone the repository and open the index.html
file in your browser.
git clone https://github.com/usamafayaz/scrolling-text.git
cd text-scroller
open index.html
For any inquiries, please contact [[email protected]].