UNPKG

angular-typewriter

Version:

AngularJS directive that simulates the effect of typing on a text editor

15 lines (14 loc) 185 B
@keyframes blink-it { 0% { opacity: 1 } 50% { opacity: 0 } 100% { opacity: 1 } } .blink { animation: blink-it steps(1) 1s infinite }