Blog

Enter and exit animations using @starting-style and allow-discrete
Published at: 15 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!