alexguirre / RAGENativeUI

MIT License
113 stars 36 forks source link

Implement TinyTween. #162

Closed GravityScriptsV2 closed 5 months ago

GravityScriptsV2 commented 7 months ago

As you may be asking whats tinytween? it provides animations to be used with elements such as rectangles. For exampling flashing of a rectangle and changing the color can be done. Would love this to be added to this mod, so I can relay on it within my mod. Thanks :)

Michael21107 commented 6 months ago

As you may be asking whats tinytween? it provides animations to be used with elements such as rectangles. For exampling flashing of a rectangle and changing the color can be done. Would love this to be added to this mod, so I can relay on it within my mod. Thanks :)

did u try inheritance?

alexguirre commented 5 months ago

I agree that tweening is useful in general, but I don't think it needs to be included with RNUI, when it doesn't really integrate with the rest of the project in any way. Plugin devs can include these classes or similar functionality in their plugins if they need them.

Also this seems to be missing the license of the original code? Not sure what the original source is but found this that includes a MIT license in the beginning: https://gist.github.com/nanexcool/09871ddf4b4baaf6aa32 In the future, please include this kind of licenses in NOTICE.md.

Michael21107 commented 4 months ago

@GravityScriptsV2