Hoping to have a handwritten strikethrough of a certain word on my home page

How do I do this? As the user scrolls to that section of the page, to trigger a handwritten strikethrough of a certain word on that page.

I have it on my wordpress page, Consult with Broberto – Broberto, if that’s what you mean. I did it with CSS and an ::after element. You could probably do it with a wrapper div around your text and strikethrough scribble which would be absolutely positioned.

I’d probably give that word a class in the HTML, and then when you get close to it, apply another class to that element that does the strikethru. Then the question is how to get the action to be animated. There are at least three good strategies for the latter outlined in this SO, and you can pick the one that you think looks good and is easier for you to implement: html - Is it possible to animate a CSS line-through text-decoration? - Stack Overflow