While working on making my Roact powered UI a bit more responsive with tweening, I realised that Roact doesn’t support tweening.
The only thing I can think of is using events which pass the instance as an argument, or using bindings to set values. Something like Otter. Roact is already not that great with performance, and it seems detrimental to add even more loops.
Is there such a module which would make this easier, or will I need to implement this myself>
There is an (eventually open-source) library made by the folks at Roblox called Otter. It uses springs and combined with roact bindings you can animate roact UI. If you DM me, I will show you how to find this library. You can find the docs here: https://roblox.github.io/otter/
Trying to find it myself but I can’t it seems its linked incorrectly on the github.io page. Any way I can get my hands on it or use another library for tweening?