bevy_button_transitions 0.1.0

Easy button transition styles
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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


| Bevy | bevy_button_transitions |
| ---- | ----------------------- |
| 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