Skip to main content

Board.fun

Last updated: 1/17/2026

About

This button from Board.fun has a really cool effect that moves the letters in the button around randomly on hover. In my interpretation, I used a bit of JavaScript to calculate a random number and set the rotation and translation of each letter based on that number. In the future when CSS random() is widely supported, this could be done purely in CSS.