chenglou / chenglou/react-motion

Implement some declarative gestures + animation demo

Open
#36 7 comments 0 reactions 1 assignee Claimed by @chenglou View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.