stitchesjs / stitches

[Not Actively Maintained] CSS-in-JS with near-zero runtime, SSR, multi-variant support, and a best-in-class developer experience.
https://stitches.dev
MIT License
7.73k stars 249 forks source link

Suffix `animationDelay` with `ms` instead of `px` #1069

Open iduuck opened 1 year ago

iduuck commented 1 year ago

Is your feature request related to a problem? Please describe. I always need to add the ms suffix to the number, when using animationDelay in my code. Because otherwise it would interpolate to {{NUMBER}}px instead of {{NUMBER}}ms.

Describe the solution you'd like Integration ms instead of px cause this is the right suffix for animations.

Describe alternatives you've considered See above.

Additional context Non right now.

Edit: I think this resolves, when those lines are being removed.