Streak Club is a place for hosting and participating in creative streaks.
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)
Thanks for fixing the pre overflow issue :)