Skip to content

Instantly share code, notes, and snippets.

@ink4art
ink4art / css-sprite-animation-airbnb-like-icon.markdown
Created September 27, 2025 18:52
#CSS Sprite Animation – Airbnb-Like Icon

#CSS Sprite Animation – Airbnb-Like Icon

On hover, the icon reveals a 3D-like effect inspired by Airbnb, created using a CSS sprite sheet. The animation is powered by modern CSS features like @property, round(), and mod(). A checkbox toggle allows the icon to animate infinitely when clicked — all done with pure CSS.

A Pen by Paul on CodePen.

License.

@ink4art
ink4art / hover-card-interaction.markdown
Created September 27, 2025 18:48
Hover Card Interaction