Simple pure JavaScript plugin to rotate text snippets as if they were being typed.
A Pen by Gregory Schier on CodePen.
| version: '3.7' | |
| services: | |
| web: | |
| image: django:latest | |
| command: gunicorn hello_django.wsgi:application --bind 0.0.0.0:8000 | |
| volumes: | |
| - static_volume:/home/app/web/staticfiles | |
| - media_volume:/home/app/web/mediafiles | |
| ports: |
Simple pure JavaScript plugin to rotate text snippets as if they were being typed.
A Pen by Gregory Schier on CodePen.