Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow MaterialAnimation to accept a CSS name or a Transition object instead of just a Transition object #1009

Open
timmattison opened this issue Jul 2, 2021 · 3 comments

Comments

@timmattison
Copy link

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.

@kevzlou7979
Copy link
Contributor

kevzlou7979 commented Jul 2, 2021 via email

@timmattison
Copy link
Author

Sorry, I gave it a shot with no luck. I'll try again today but it's a bit more involved than I thought.

@timmattison
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants