sasha240100 / between.js

Lightweight JavaScript (ES6) tweening engine
https://between.js.org/
MIT License
708 stars 22 forks source link

support for alpha channel in color tweens? #20

Open hartbeatnt opened 6 years ago

hartbeatnt commented 6 years ago

RGBA/ HSLA ? Or just RGB / HSL ?

sasha240100 commented 6 years ago

@hartbeatnt As far as I know, alpha channel is supported in color tweening. If source/destination value have different alpha channel value - the output is going to be rgba. Not sure about HSLA support btw.

But in anyway, contributions are welcome

/ping @IlyaSenko