I assume you're using the platform behaviour? You'll want to change the max fall speed temporarily.
Create an event that detects whatever conditions you want (in air, button pressed, etc.) and then set platform->max fall speed to zero, wait x seconds, set max fall speed back to 1000 or whatever it was before.