Hi, I have a mobile button set to Toggle a floating group, it opens on first click and closes on second click. But, if you add an animation, it no longer closes on second click.
The reason is because the animations come in two forms, bounceIn and bounceOut. I need to (somehow) tell the button to perform a bounceOut when the floating group is open.
Does anyone know a way to get this to function correctly?