UNPKG

better-react-spinkit

Version:

A collection of loading indicators animated with CSS for React

8 lines (7 loc) 170 B
export default (total) => { const delays = [] for (let i = 0; i < total; i++) { delays.push((Math.random() * (1.0 - 0.1) + 0.1).toFixed(2)) } return delays }