Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Text Change Trick with Html or CSS? Re: Text Change Trick with Html or CSS?

#132480
pixelgrid
Participant

no way to detect user input with css. You can to this with javascript binding the keyup event with the text input and adding one letter at a time while you clear the user input.
this can get you started http://codepen.io/anon/pen/vgpmk