All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
react-motion
animations
- When moving slider, it does not animate. Only animates when touch ends. This improves responsiveness/ UX.
- Add new initialHeight props which can be used to set initial height.
- Updated examples.
- Clean up code.
- Fix IOS not hiding overflow properly.
- Container height will start from initialHeight props. However, the least minimum height is the handler height.
- Remove this.hasLoaded which cause container to animate unnecessarily when there is a state change in it's children. (On first render and second render, it was rendering differently even though there was no state change. This causes TextInput to lose focus due to animation on second render.)
- Added PropType Validation
- Linted and prettier'd file
- Added .gitignore
- updated README.md
- Added new example app