# Redash

## Redash

- [Redash](https://wcandillon.gitbook.io/redash/master.md)
- [Animations](https://wcandillon.gitbook.io/redash/animations.md): Animations in Reanimated v2 have powerful composability built-in. The following are functions TypeScript types that will help you to build custom animations.
- [Coordinates](https://wcandillon.gitbook.io/redash/coordinates.md): When doing animation you often need to use a polar or coordinate system. However, React Native uses a canvas coordinate system. These functions will help you to seamlessly go back and forth.
- [Math](https://wcandillon.gitbook.io/redash/math.md)
- [Strings](https://wcandillon.gitbook.io/redash/strings.md)
- [Transitions](https://wcandillon.gitbook.io/redash/transitions.md): Transitions can attach an animation value to a change of React state.
- [Vectors](https://wcandillon.gitbook.io/redash/vectors.md)
- [Paths](https://wcandillon.gitbook.io/redash/paths.md): Functions to build, interpolate, and SVG paths made of Bèzier curves
- [Physics](https://wcandillon.gitbook.io/redash/physics.md)
- [Colors](https://wcandillon.gitbook.io/redash/colors.md): Color interpolations and more
