Skip to content

Commit

Permalink
📚 (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
wcandillon authored Dec 16, 2019
1 parent 983a3ca commit 81e4a55
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,9 +247,8 @@ contains(values: Node[], value: Node) => Node

Transitions are essential to the user experience.
Redash offers four utility functions for transitions which are broke down in the table below.
If you want to build a transition based on a React state change use `useTimingTransition()` or ``.
Are you transitioning a React state change or an animation value change?
And would you like to transition to use a timing a or a spring function?
If you want to build a transition based on a React state change use `useTimingTransition()` or `useSpringTransition()`.
To transition an animation value change, use `withTimingTransition()` or `withSpringTransition()`.

| | State (JS Thread) | Value (UI Thread) |
| ------ |:----------------------:| ------------------------:|
Expand Down

0 comments on commit 81e4a55

Please sign in to comment.