Feature Request: Faster Animations with Milliseconds

Could you add a faster speed transition and also list the seconds/milliseconds of the transition? The fastest transition isn’t fast enough, and it would be great to have really fast fade transitions.

I’m a software engineer, so I usually make write animations based on milliseconds, and it would be more informative if the slider told me precisely which value I was selecting. Or gave me a text box to input the value directly (i.e. 50ms).

Very cool product, I’m enjoying it immensly.

You can change them at the command line if you wish.

eg
defaults write com.binaryage.TotalSpaces2 transitionSpeed -float 115

For extra information - the slider goes to 110 (for historical reasons). The duration of the transition is calculated as follows:
(100 - transitionSpeed) / 160 + 0.2 seconds

Faster transition speeds do not necessarily work that well though, ymmv.