How to get elm time subscriptions x times per seconds

Viewed 142

In the elm-guide there is a section in Effects/Time which gives an example to return a subscription Time.every second.

In the documentation there seems to be only the granularity units millisecond, second, minute, etc...

Is there a way to get a subscription like 20 per second or another subgranularity?

What is the best way to achieve something like that.

1 Answers
Related