-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update useTransition docs to show correct tooltips for the `ente…
…r`, `update`, and `leave` props.
- Loading branch information
Showing
3 changed files
with
20 additions
and
633 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,307 +1 @@ | ||
[ | ||
{ | ||
"href": "/docs", | ||
"id": "index", | ||
"title": "Overview", | ||
"sidebarPosition": 1, | ||
"children": [] | ||
}, | ||
{ | ||
"href": "/docs/getting-started", | ||
"id": "getting-started", | ||
"title": "Getting started", | ||
"sidebarPosition": 2, | ||
"children": [] | ||
}, | ||
{ | ||
"href": "/docs/concepts", | ||
"id": "concepts", | ||
"noPage": true, | ||
"isNew": false, | ||
"children": [ | ||
{ | ||
"id": "animated-elements", | ||
"title": "Animated Elements", | ||
"sidebarPosition": 1, | ||
"children": [], | ||
"href": "/docs/concepts/animated-elements", | ||
"noPage": false, | ||
"isNew": false | ||
}, | ||
{ | ||
"id": "controllers-and-springs", | ||
"title": "Controllers & Springs", | ||
"sidebarPosition": 2, | ||
"children": [], | ||
"href": "/docs/concepts/controllers-and-springs", | ||
"noPage": false, | ||
"isNew": false | ||
}, | ||
{ | ||
"id": "imperative-api", | ||
"title": "Imperative API", | ||
"sidebarPosition": 3, | ||
"children": [], | ||
"href": "/docs/concepts/imperative-api", | ||
"noPage": false, | ||
"isNew": false | ||
}, | ||
{ | ||
"id": "targets", | ||
"title": "Targets", | ||
"sidebarPosition": 4, | ||
"children": [], | ||
"href": "/docs/concepts/targets", | ||
"noPage": false, | ||
"isNew": false | ||
} | ||
], | ||
"sidebarPosition": 3, | ||
"title": "Concepts" | ||
}, | ||
{ | ||
"href": "/docs/components", | ||
"id": "components", | ||
"noPage": false, | ||
"isNew": false, | ||
"children": [ | ||
{ | ||
"id": "use-spring", | ||
"title": "useSpring", | ||
"sidebarPosition": 1, | ||
"children": [], | ||
"href": "/docs/components/use-spring", | ||
"noPage": false, | ||
"isNew": false | ||
}, | ||
{ | ||
"id": "use-springs", | ||
"title": "useSprings", | ||
"sidebarPosition": 2, | ||
"children": [], | ||
"href": "/docs/components/use-springs", | ||
"noPage": false, | ||
"isNew": false | ||
}, | ||
{ | ||
"id": "use-spring-value", | ||
"title": "useSpringValue", | ||
"sidebarPosition": 3, | ||
"children": [], | ||
"href": "/docs/components/use-spring-value", | ||
"noPage": false, | ||
"isNew": true | ||
}, | ||
{ | ||
"id": "use-transition", | ||
"title": "useTransition", | ||
"sidebarPosition": 4, | ||
"children": [], | ||
"href": "/docs/components/use-transition", | ||
"noPage": false, | ||
"isNew": false | ||
}, | ||
{ | ||
"id": "use-chain", | ||
"title": "useChain", | ||
"sidebarPosition": 5, | ||
"children": [], | ||
"href": "/docs/components/use-chain", | ||
"noPage": false, | ||
"isNew": false | ||
}, | ||
{ | ||
"id": "use-trail", | ||
"title": "useTrail", | ||
"sidebarPosition": 6, | ||
"children": [], | ||
"href": "/docs/components/use-trail", | ||
"noPage": false, | ||
"isNew": false | ||
}, | ||
{ | ||
"id": "parallax", | ||
"title": "Parallax", | ||
"sidebarPosition": 7, | ||
"children": [], | ||
"href": "/docs/components/parallax", | ||
"noPage": false, | ||
"isNew": false | ||
}, | ||
{ | ||
"id": "parallax-layer", | ||
"title": "Parallax Layer", | ||
"sidebarPosition": 8, | ||
"children": [], | ||
"href": "/docs/components/parallax-layer", | ||
"noPage": false, | ||
"isNew": false | ||
} | ||
], | ||
"sidebarPosition": 4, | ||
"title": "Components" | ||
}, | ||
{ | ||
"href": "/docs/advanced", | ||
"id": "advanced", | ||
"noPage": true, | ||
"isNew": false, | ||
"children": [ | ||
{ | ||
"id": "config", | ||
"title": "Spring Configs", | ||
"sidebarPosition": 1, | ||
"children": [], | ||
"href": "/docs/advanced/config", | ||
"noPage": false, | ||
"isNew": false | ||
}, | ||
{ | ||
"id": "events", | ||
"title": "Events", | ||
"sidebarPosition": 2, | ||
"children": [], | ||
"href": "/docs/advanced/events", | ||
"noPage": false, | ||
"isNew": false | ||
}, | ||
{ | ||
"id": "controller", | ||
"title": "Controller", | ||
"sidebarPosition": 3, | ||
"children": [], | ||
"href": "/docs/advanced/controller", | ||
"noPage": false, | ||
"isNew": false | ||
}, | ||
{ | ||
"id": "spring-value", | ||
"title": "SpringValue", | ||
"sidebarPosition": 4, | ||
"children": [], | ||
"href": "/docs/advanced/spring-value", | ||
"noPage": false, | ||
"isNew": false | ||
}, | ||
{ | ||
"id": "spring-ref", | ||
"title": "SpringRef", | ||
"sidebarPosition": 5, | ||
"children": [], | ||
"href": "/docs/advanced/spring-ref", | ||
"noPage": false, | ||
"isNew": false | ||
}, | ||
{ | ||
"id": "interpolation", | ||
"title": "Interpolation", | ||
"sidebarPosition": 6, | ||
"children": [], | ||
"href": "/docs/advanced/interpolation", | ||
"noPage": false, | ||
"isNew": false | ||
}, | ||
{ | ||
"id": "async-animations", | ||
"title": "Async Animations", | ||
"sidebarPosition": 7, | ||
"children": [], | ||
"href": "/docs/advanced/async-animations", | ||
"noPage": false, | ||
"isNew": false | ||
} | ||
], | ||
"sidebarPosition": 5, | ||
"title": "Advanced API" | ||
}, | ||
{ | ||
"href": "/docs/guides", | ||
"id": "guides", | ||
"noPage": true, | ||
"isNew": false, | ||
"children": [ | ||
{ | ||
"id": "react-three-fiber", | ||
"title": "React Three Fiber", | ||
"sidebarPosition": 1, | ||
"children": [], | ||
"href": "/docs/guides/react-three-fiber", | ||
"noPage": false, | ||
"isNew": false | ||
}, | ||
{ | ||
"id": "testing", | ||
"title": "Testing", | ||
"sidebarPosition": 2, | ||
"children": [], | ||
"href": "/docs/guides/testing", | ||
"noPage": false, | ||
"isNew": false | ||
} | ||
], | ||
"sidebarPosition": 6, | ||
"title": "Guides" | ||
}, | ||
{ | ||
"href": "/docs/utilities", | ||
"id": "utilities", | ||
"noPage": true, | ||
"isNew": false, | ||
"children": [ | ||
{ | ||
"id": "use-isomorphic-layout-effect", | ||
"title": "useIsomorphicLayout", | ||
"sidebarPosition": 1, | ||
"children": [], | ||
"href": "/docs/utilities/use-isomorphic-layout-effect", | ||
"noPage": false, | ||
"isNew": false | ||
}, | ||
{ | ||
"id": "use-reduced-motion", | ||
"title": "useReducedMotion", | ||
"sidebarPosition": 2, | ||
"children": [], | ||
"href": "/docs/utilities/use-reduced-motion", | ||
"noPage": false, | ||
"isNew": false | ||
}, | ||
{ | ||
"id": "use-scroll", | ||
"title": "useScroll", | ||
"sidebarPosition": 3, | ||
"children": [], | ||
"href": "/docs/utilities/use-scroll", | ||
"noPage": false, | ||
"isNew": true | ||
}, | ||
{ | ||
"id": "use-resize", | ||
"title": "useResize", | ||
"sidebarPosition": 4, | ||
"children": [], | ||
"href": "/docs/utilities/use-resize", | ||
"noPage": false, | ||
"isNew": true | ||
}, | ||
{ | ||
"id": "use-in-view", | ||
"title": "useInView", | ||
"sidebarPosition": 5, | ||
"children": [], | ||
"href": "/docs/utilities/use-in-view", | ||
"noPage": false, | ||
"isNew": true | ||
} | ||
], | ||
"sidebarPosition": 7, | ||
"title": "Utilities" | ||
}, | ||
{ | ||
"href": "/docs/typescript", | ||
"id": "typescript", | ||
"title": "Typescript", | ||
"sidebarPosition": 8, | ||
"children": [] | ||
} | ||
] | ||
[{"href":"/docs","id":"index","title":"Overview","sidebarPosition":1,"children":[]},{"href":"/docs/getting-started","id":"getting-started","title":"Getting started","sidebarPosition":2,"children":[]},{"href":"/docs/concepts","id":"concepts","noPage":true,"isNew":false,"children":[{"id":"animated-elements","title":"Animated Elements","sidebarPosition":1,"children":[],"href":"/docs/concepts/animated-elements","noPage":false,"isNew":false},{"id":"controllers-and-springs","title":"Controllers & Springs","sidebarPosition":2,"children":[],"href":"/docs/concepts/controllers-and-springs","noPage":false,"isNew":false},{"id":"imperative-api","title":"Imperative API","sidebarPosition":3,"children":[],"href":"/docs/concepts/imperative-api","noPage":false,"isNew":false},{"id":"targets","title":"Targets","sidebarPosition":4,"children":[],"href":"/docs/concepts/targets","noPage":false,"isNew":false}],"sidebarPosition":3,"title":"Concepts"},{"href":"/docs/components","id":"components","noPage":false,"isNew":false,"children":[{"id":"use-spring","title":"useSpring","sidebarPosition":1,"children":[],"href":"/docs/components/use-spring","noPage":false,"isNew":false},{"id":"use-springs","title":"useSprings","sidebarPosition":2,"children":[],"href":"/docs/components/use-springs","noPage":false,"isNew":false},{"id":"use-spring-value","title":"useSpringValue","sidebarPosition":3,"children":[],"href":"/docs/components/use-spring-value","noPage":false,"isNew":true},{"id":"use-transition","title":"useTransition","sidebarPosition":4,"children":[],"href":"/docs/components/use-transition","noPage":false,"isNew":false},{"id":"use-chain","title":"useChain","sidebarPosition":5,"children":[],"href":"/docs/components/use-chain","noPage":false,"isNew":false},{"id":"use-trail","title":"useTrail","sidebarPosition":6,"children":[],"href":"/docs/components/use-trail","noPage":false,"isNew":false},{"id":"parallax","title":"Parallax","sidebarPosition":7,"children":[],"href":"/docs/components/parallax","noPage":false,"isNew":false},{"id":"parallax-layer","title":"Parallax Layer","sidebarPosition":8,"children":[],"href":"/docs/components/parallax-layer","noPage":false,"isNew":false}],"sidebarPosition":4,"title":"Components"},{"href":"/docs/advanced","id":"advanced","noPage":true,"isNew":false,"children":[{"id":"config","title":"Spring Configs","sidebarPosition":1,"children":[],"href":"/docs/advanced/config","noPage":false,"isNew":false},{"id":"events","title":"Events","sidebarPosition":2,"children":[],"href":"/docs/advanced/events","noPage":false,"isNew":false},{"id":"controller","title":"Controller","sidebarPosition":3,"children":[],"href":"/docs/advanced/controller","noPage":false,"isNew":false},{"id":"spring-value","title":"SpringValue","sidebarPosition":4,"children":[],"href":"/docs/advanced/spring-value","noPage":false,"isNew":false},{"id":"spring-ref","title":"SpringRef","sidebarPosition":5,"children":[],"href":"/docs/advanced/spring-ref","noPage":false,"isNew":false},{"id":"interpolation","title":"Interpolation","sidebarPosition":6,"children":[],"href":"/docs/advanced/interpolation","noPage":false,"isNew":false},{"id":"async-animations","title":"Async Animations","sidebarPosition":7,"children":[],"href":"/docs/advanced/async-animations","noPage":false,"isNew":false}],"sidebarPosition":5,"title":"Advanced API"},{"href":"/docs/guides","id":"guides","noPage":true,"isNew":false,"children":[{"id":"react-three-fiber","title":"React Three Fiber","sidebarPosition":1,"children":[],"href":"/docs/guides/react-three-fiber","noPage":false,"isNew":false},{"id":"testing","title":"Testing","sidebarPosition":2,"children":[],"href":"/docs/guides/testing","noPage":false,"isNew":false}],"sidebarPosition":6,"title":"Guides"},{"href":"/docs/utilities","id":"utilities","noPage":true,"isNew":false,"children":[{"id":"use-isomorphic-layout-effect","title":"useIsomorphicLayout","sidebarPosition":1,"children":[],"href":"/docs/utilities/use-isomorphic-layout-effect","noPage":false,"isNew":false},{"id":"use-reduced-motion","title":"useReducedMotion","sidebarPosition":2,"children":[],"href":"/docs/utilities/use-reduced-motion","noPage":false,"isNew":false},{"id":"use-scroll","title":"useScroll","sidebarPosition":3,"children":[],"href":"/docs/utilities/use-scroll","noPage":false,"isNew":true},{"id":"use-resize","title":"useResize","sidebarPosition":4,"children":[],"href":"/docs/utilities/use-resize","noPage":false,"isNew":true},{"id":"use-in-view","title":"useInView","sidebarPosition":5,"children":[],"href":"/docs/utilities/use-in-view","noPage":false,"isNew":true}],"sidebarPosition":7,"title":"Utilities"},{"href":"/docs/typescript","id":"typescript","title":"Typescript","sidebarPosition":8,"children":[]}] |
Oops, something went wrong.