Is it feasible to implement an effect on a website using CSS, JavaScript, jQuery, etc., that allows users to hover over individual letters of text and highlight each letter one at a time? This would create a 'zoom up' effect. Adding a small magnifier over each letter would be a nice touch but not essential.
My goal is to modify the style of each letter as they are hovered over. The text is not necessarily a hyperlink and is static, so I want this effect to apply to every letter in a paragraph.
Any assistance would be greatly appreciated.
Thank you.