refactor: sorting speed

This commit is contained in:
Amo Wu
2016-09-05 22:56:19 +08:00
parent ac7e1ab299
commit 78ec5b3322

View File

@ -42,10 +42,10 @@
defaultSpeed: 1.0,
currentSpeed: 1.0,
speeds: [
0.5,
1.0,
1.5,
2.0,
0.5
2.0
],
duration: null,
displayDuration: true,