CircularSpinner icon indicating copy to clipboard operation
CircularSpinner copied to clipboard

Set duration of animation.

Open Crabman opened this issue 8 years ago • 0 comments

Hey guys,

Just added a new method to set the duration of the animation when setting the Circular spinner value. Old method is still working as usual.

func setValue(_ value: Float, animated: Bool, duration: Double)

Call like this : CircularSpinner.setValue(1.0, animated: true, duration: 2.0)

Crabman

Crabman avatar Feb 20 '17 16:02 Crabman