Is it possible to use Webkit animations/transitions to animate a strikethrough line going through a word from left to right? As far as I can tell, I can only make it fade in/out, not animate it striking the text out.
Any help would be appreciated. Thanks.
This works.. (I used hover, not sure what event you want it to trigger)
html:
css:
fiddle:
http://jsfiddle.net/bendog/LXKJU/
EDIT: This is really just to illustrate it’s possible… makes horrible markup though. I wouldn’t advise you to use it…
EDIT 2: Or triggered with Javascript: http://jsfiddle.net/bendog/Kdd7K/