How was this made? :P

Everyone knows treekie’s website, really? https://www.jonathankay.com/

Yes… How was the text glowing effect when you hover on a link?

1 Like

Seems to be done with JS and HTML, in the modern days you can achieve this using CSS

If you visit the site on IE it will render all it’s glory stuff :stuck_out_tongue:

It can be achieved with some basic css, aka just put the css animation in a:hover

with hands

While I believed it was done with CSS (using animation and @keyframes) it’s actually done with a script (since the hovered link’s color changes by its style parameter)

2 Likes

animation is a CSS 3 thing