Multirious / bevy_tween

Flexible tweening plugin library for Bevy.
Apache License 2.0
87 stars 2 forks source link

Allow interpolating a UI node's `BackgroundColor` #32

Closed janhohenheim closed 2 months ago

janhohenheim commented 2 months ago

I want to tween a UI's BackgroundColor and have implemented my own custom interpolator for that. Should I upstream it with a PR? Or is this out of scope for built-in interpolators? Note that I could also implement this for BorderColor as well while I'm on it :)

Multirious commented 2 months ago

This would be absolutely fine. After some thought, this crate should probably implement interpolator for most Bevy components to have a battery-included feel like Bevy. They'll likely be reimplemented by most user anyway in actual development.