jaspr icon indicating copy to clipboard operation
jaspr copied to clipboard

feat: support `Duration` for CSS properties instead of `double`

Open ShubhamVG opened this issue 3 months ago • 1 comments

Description

It is confusing whether the duration in things like Transition is in seconds or milliseconds, and dart has Duration so it makes sense to use it.

I propose two things:

  • Duration to be used Transition.
  • DurationExt (just like numstr) to convert that Duration's value into milliseconds.

Additional Context

BTW, I can work on this.

ShubhamVG avatar Sep 28 '25 06:09 ShubhamVG

Great idea! Feel free to create a PR.

schultek avatar Oct 03 '25 20:10 schultek