chenglou / chenglou/react-motion
Implement some declarative gestures + animation demo
Open
- Dominant language
- JavaScript
- Stars
- 21.9k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
Some crazy idea:
``` jsx
{velocityDelta =>
velocityDelta === 0 ? currentVelocity :
increase(currentVelocity, velocityDelta)
}
endValue={...}>
{currentValues =>
}
}
}
```
(Totally unrelated food for thought: what does declarative multitouch gestures look like in idiomatic React?)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.