gnosisguild / wand-nft

wand-nft.vercel.app
8 stars 6 forks source link

Inertia for wheels #95

Closed jfschwarz closed 2 years ago

jfschwarz commented 2 years ago

This adds some inertia on the color and stone picker wheels.

const velocity = {
  x: absVelocity[0] * Math.sign(movement[0]),
  y: absVelocity[1] * Math.sign(movement[1]),
};

SwiftScan 1  Oct 2022 18 32

cedricwaxwing commented 2 years ago

🔥🔥🔥