# bevy_button_transitions
A simple button transition component (less than 100 lines of code). Supports image swapping and color tinting like Unity does.
## Supported Bevy Versions
| 0.15 | 0.1 |
## ToDo
* Support Animations
* Remove unnecessary dependencies (currently uses bevy as whole, which might not be needed)
* currently needs reflection, which might be unnecessary