We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e7e6ab commit cdd2f1eCopy full SHA for cdd2f1e
src/components/pages/WalkingGaitsPage.js
@@ -7,7 +7,7 @@ import { VirtualHexapod } from "../../hexapod"
7
import { tRotZmatrix } from "../../hexapod/geometry"
8
import { DEFAULT_GAIT_PARAMS } from "../../templates"
9
10
-const ANIMATION_DELAY = 50
+const ANIMATION_DELAY = 25
11
12
const getPose = (sequences, i) => {
13
return Object.keys(sequences).reduce((newSequences, legPosition) => {
0 commit comments