Submissions by nucleartide tagged css3

Shay Howe's Learn to Code Advanced HTML & CSS has a pretty good guide on transition/animation properties. So last night I read through the first half and made something random on CodePen: link

Feel free to cheat to see what happens at the end!

setInterval(function() { document.querySelector('.button').click() }, 25)