-
Notifications
You must be signed in to change notification settings - Fork 6
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
Expand / collapse animations #1
Comments
Hi,
That's a tough question. I wonder if CSS animation (literally toggling a class) would do the trick. That would be the neatest option I can think of. You can also look into solutions like react-motion. I think the architecture should allow different directions. I haven't played with animation yet, though.
Thanks. 👍 Can I use that as a testimonial at the readme? |
Sure :-) My suggestions:
would be transformed to:
Any thoughts here? |
Done.
Maybe that could become a transformation to perform against the data? I know each extra step eats some performance so I guess over longer term it would be a good idea to do some kind of fusion (pipeline). But a function to perform what you want feels like a starting point.
Yeah, that would be great. There should be a simple example before the complex one with the features. It would be a good chance to hook up styleguidist and to generate a little standalone site. I have a minimal setup here to copy over. |
@bebraw Opened PR for issue 2. Will look at minimalistic example later. |
I am wondering if there's any way to add animations when rows are toggled.
Also great work with reactabular! Best grid library I've seen in React and tried many of them.
The text was updated successfully, but these errors were encountered: