What's my best bet in trying to migrate from V7 to V8 (using the compatibil

What’s my best bet in trying to migrate from V7 to V8 (using the compatibility libraries for now) so that I can make use of the older V6 Animator class for org.vaadin.jouni.animator.Disclosure? I don’t think that class even made it to the version 2 of this add-on.
I was able to compile the older version of the animator add-on Disclosure, but it’s not working (the arrows change, and it shows a tiny portion of some content, others not at all) as it did under V7.
Is there anything like Disclosure that’s Vaadin built-in these days? I don’t really need animation as much as I need a Disclosure panel so I can hide bulky stuff behind a simple arrow/link that opens/closes to show that content.

Hi David! I didn’t find any alternatives for V8 with a quick search in Directory. To me, the easiest solution would be to copy the source of the old Disclosure component to your own project, and remove the animation related code if you don’t need that.

Thanks Jouni. I tried that, and it does change the open/close arrow when clicked, but the content is not being shown (sometimes just a small part of the top appears). If I can’t find something a solution, I may either just show the content all the time, or turn it into a popup window display.