R – How to provide a value in minutes to setAnimationDuration

cocoa-touchcore-animationiphoneuikit

I think a value of 1.0 represents one second, but I'm not very sure with that. Is that a hexadecimal system? What would you provide to give exactly one minute for duration?

Best Answer

It's a time interval, in seconds. One minute would be 60.0.