Text typing con Elementor free

				
					.typping h1 {
  overflow: hidden;
  border-right: .15em solid blue;
  white-space:nowrap;
  margin: 0 auto;
  animation:
    typing 6.5s steps(30, end),
    blink-caret .5s step-end infinite;
}
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: blue }
}
				
			

Si para este tutorial necesitas algún plugin lo podrás encontrar en la pagina de plugins.

Comparte en tus redes sociales

Deja un comentario