Set a bool variable to true On Begin Overlap, and to false On End Overlap. Check that bool in the your state machine’s transition conditions. If true, play custom animation, if false, go back to the standard one.
Set a bool variable to true On Begin Overlap, and to false On End Overlap. Check that bool in the your state machine’s transition conditions. If true, play custom animation, if false, go back to the standard one.