Explorador Activo
- Registrado
- 19 Mar 2024
- Mensajes
- 20
el otro dia vi este template preview.themeforest.net
Como s epuede hacer ese efecto de typewriting/
Como s epuede hacer ese efecto de typewriting/
Follow along with the video below to see how to install our site as a web app on your home screen.
Nota: This feature may not be available in some browsers.
Explorador Activo
.titulo-maquina {
display: inline-block;
overflow: hidden;
border-right: 0.15em solid #000;
white-space: nowrap;
letter-spacing: 0.15em;
width: 0;
animation: typing 10s steps(40, end) infinite, blink-caret 1.5s step-end infinite;
}
@keyframes typing {
0% { width: 0; }
50% { width: 100%; }
60% { width: 100%; }
100% { width: 0; }
}
@keyframes blink-caret {
from, to { border-color: transparent; }
50% { border-color: #000; }
}
Utilizamos cookies esenciales para que el sitio funcione, y Cookies opcionales para ofrecerte una mejor experiencia.