Closed xinran-finch closed 2 years ago
Hi @xinran-finch, ExpandablePageView
has animationDuration
and animationCurve
parameters, would they work for you? If not, please describe your problem more precisely, ideally with some code example included.
ahh those are exactly what i need. thanks for the response!!
I'm trying to animate the size of the
ExpandablePageView
when children have different height. WrappingExpandablePageView
with aAnimatedSize
doesn't work for some reason (it just jumps directly to the new height without animation). Is there a workaround for this?