var fidget = {
spin: {
spin: 1,
speed: 3
},
click: {
click: 2,
precision: 0.5
},
tap: {
tap: 4,
rhythm: 1.2
}
};
Example of a perfectly executed fidgeting sequence: 5 seconds of spinning, 2 seconds of clicking, 8 seconds of tapping. Repeat as needed.