diff --git a/README.md b/README.md index c2282bb4..c44f5f2f 100644 --- a/README.md +++ b/README.md @@ -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) | | ------ |:----------------------:| ------------------------:|