gaoryrt / number-flip

🎰 Increase your number with flipping animation

Home Page:https://codesandbox.io/embed/throbbing-flower-ncm0q

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

performance not support below ios 9

whu12yz opened this issue · comments

  • Performance is not support below ios9.
  • Can you use another way to calculate elapsed time, need not using performance.now().
const start = Date.now();
...
let elapsed = Date.now() - start;

Brilliant work, thank you!