Ease.inOutExpo doesn't match the example provided here https://easings.net/en#easeInOutExpo .

Here I have overlaid Ease.inOutExpo (in red) with easings.net's version (in blue). Notice how their version is much steeper at the center.
I believe the actual InOutExpo is defined as a cubic bezier curve with control points at [(0, 0), (1, 0), (0, 1), (1, 1)] rather than InExpo mirrored with itself.
Edit: In my example I have y-axis flipped, ignore that.