Collapse() has effects???

It can fly!! (in Preview). Can I have it in Live as well please??

https://www.screencast.com/t/hGQgl6w8soE

.collapse() does not have animations, but you can do one of the following:

  1. $w(“#element”).hide(effect).then(() => $w(“#element”).collapse());

  2. wixAnimation then .collapse()

Thanks JD. I only asked because in Preview it is clearly animated (???).

@gemats what did you do there?

@jonatandor35 Did nothing at all. It’s about a month that I noticed, first time I reported this was in Feb 13 but no answer came back then.

I have no idea, I’ve never seen an animation for .collapse() or .expand()