A CSS-only elastic hover effect, because why not?

https://css-tip.com/elastic-hover/

A chrome-only experiment using shape(), sibling-index(), linear(), etc.

#CSS #HTML

@css nice! would be even better with the directional hover! https://kizu.dev/multi-directional-hover/
Multi-directional hover

Personal site, blog and experiments with CSS and other front-end technologies.

@kizu yes, good idea. Will try another implementation 😉
@css I imagine today, almost 14 years later after that experiment, it could be easier to achieve :D
@kizu maybe not. Looks like we always need many "elements" to catch different hover but I will see If I can avoid adding more elements to my existing markup.