You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use the MaterialAnimation class to handle some custom animations but MaterialAnimation depends on the Transition enum. Since enums cannot be extended I can't find a way to get my animation's CSS name in there without modifying GWT Material itself. Is there another way?
If not, I'll try to submit a PR for it.
The text was updated successfully, but these errors were encountered:
On Fri, Jul 2, 2021, 10:23 AM Tim Mattison, ***@***.***> wrote:
I would like to use the MaterialAnimation class to handle some custom
animations but MaterialAnimation depends on the Transition enum. Since
enums cannot be extended I can't find a way to get my animation's CSS name
in there without modifying GWT Material itself. Is there another way?
If not, I'll try to submit a PR for it.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1009>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAX6EFZZJSYCZDYDFTXLKUDTVUPLDANCNFSM47V2IFJA>
.
It's inheriting the new module I created that's giving me a problem. If you can point me to any guidance on a good way to set this library so I can develop with it on my own and get the XML inherits and Maven setup right please let me know and I'll keep trying.
I would like to use the MaterialAnimation class to handle some custom animations but MaterialAnimation depends on the Transition enum. Since enums cannot be extended I can't find a way to get my animation's CSS name in there without modifying GWT Material itself. Is there another way?
If not, I'll try to submit a PR for it.
The text was updated successfully, but these errors were encountered: