This example uses hand.roll from the Leap Motion API to flip over a CSS3 card.
Based on the hand's handedness (i.e. left or right), the card flips in that direction.
Leap API used:
- hand.roll()
- hand.type (to determine left vs. right hand)"
This example uses hand.roll from the Leap Motion API to flip over a CSS3 card.
Based on the hand's handedness (i.e. left or right), the card flips in that direction.
Leap API used: