Having a time
or duration
unit picker would be helpful for creating components that utilise various in/out effects that we would like to delay incrementally or have specific timing applied.
Currently it is required to specify ms
or s
in the label, with a unitless input, and then use something like calc({{dc:p:value}} * 1ms)
to ensure it is in the right unit for the timing function.