react-spring-examples
react-spring-examples copied to clipboard
* Bump react-use-gesture dependency to v6, update yarn.lock * Remove compilation demo entry from example-hooks.js (demo was deleted in #22) * Update wheel demo to react-use-gesture v6 * Create click-drag-doubleclick...
**Problem:** In safari after manipulating the range input in hooks/config example, the order of the fields in the object changed every time. ([video](https://youtu.be/U-C4ysgxj-M)) **Fix:** use `Map` instead of plain object.
- Added react-use-gesture - Used convenience transform props on relevant examples - Added inertia and clamp-bounce example
In v9, `auto` is no longer supported, so we need to fix the "tree view" example. https://github.com/react-spring/react-spring-examples/blob/111bd7eb6308b95213e963712660a0441e3a4bd2/demos/hooks/tree/index.js#L37
The `useSpring` and `useSprings` hooks now take an extra argument that is a "deps" array forwarded to the `useEffect` call that updates the animations. Added by this PR: https://github.com/react-spring/react-spring/pull/652 /cc...
- [x] Show demos by default - [ ] Add small header to the home page that contains a "Demos" link and a "Tests" link - [ ] Put all...
I've noticed a few issues with the Transition's notification example for `renderprops`. 1. The source link sends you to a 404 page. I believe the `link` field for `renderprops/messages` in...
None of the existing demos pass a function as the `delay` prop.
- [ ] The container doesn't change height based on number of items - [ ] Items don't animate to their new positions (when shuffled or a preceding item is...