-
Notifications
You must be signed in to change notification settings - Fork 4k
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
[WIP] Animated Accordion API #2517
Conversation
💖 Thanks for opening this pull request! 💖 Here is a list of things that will help get it across the finish line:
We get a lot of pull requests on this repo, so please be patient and we will get back to you as soon as we can. |
Thanks for putting this together @moaxaca. I think we will want some input from @layershifter on this since I believe he had some vision on how we could reduce boilerplate when he created the |
@brianespinosa https://css-tricks.com/using-css-transitions-auto-dimensions/ I will explore the current implementation of Transition and see if there's a graceful solution. |
Good to know that there’s someone working on this. I’m new to the Semantic UI codebase, but I’m interested in contributing to this enhancement, if needed |
@GCrispino Thanks, were currently waiting for the maintainers to engage. |
@moaxaca Ok cool! |
What's the status on this? |
@tayupov need author feedback. @brianespinosa could we get the label "needs author feedback" |
How can we get a follow-up to this? |
The right way was described for the implementation there. |
@layershifter I will review and take a look at it this weekend. |
There has been no activity in this thread for 90 days. While we care about every issue and we’d love to see this fixed, the core team’s time is limited so we have to focus our attention on the issues that are most pressing. Therefore, we will likely not be able to get to this one. However, PRs for this issue will of course be accepted and welcome! If there is no more activity in the next 90 days, this issue will be closed automatically for housekeeping. To prevent this, simply leave a reply here. Thanks! |
@moaxaca Why was this closed? Can I help somehow? |
Hey guys,
I've made this in response to issue: #2114
Disclaimer: This isn't completed I want to talk to the maintainers on API design. I haven't included test coverage but I will when the API design is solidified.
I am opening up this PR to promote a conversation on how to expose decorated animated interfaces. I was looking for examples of modules being decorated by Transitions and couldn't find a convention.
I've included with this PR two ways of accomplishing the behavior one from a new top layer decorator of the Accordion -> AccordionAnimated. Secondly, I've also included a more intrusive example where I define the animation props against the AccordionContent. I don't expose the full transition API in the current implementation and would like to discuss a strategy on doing that gracefully.
Looking forward to some feedback when you guys get the chance!
Also kudos on the codebase this being my first exposure it was extremely easy to bootstrap and contribute.