Julie Buma
Frontend Developer and Designer
Hey there! I'm Julie!
I'm a frontend developer and designer based in the Netherlands. I like making fun little tools and apps, and sometimes I write about them here.
My posts
Enter and exit animations using @starting-style and allow-discrete
Published at: 17 May 2025
css
animation
Exit and enter animations have historically been annoying to implement. Frameworks have made it easier, but what if you just want to use vanilla css? @starting-style is here to solve your problems!
Hiding number input spin buttons
Published at: 3 May 2025
snippet
css
Sometimes an input field requires only numbers to be entered, but it doesn't make sense to have the spin buttons. Here's a snippet to remove them!