reactjs - How to execute a click handler before the end of the ripple effect in Material UI? -
using <flatbuttin>
(or other control matter), click handler (or redirection) happens once visual "ripple" effect has finished.
this makes ui i'm working on feel sluggish, because once button effect starts, have fetch resources in backend, , user must wait again.
i understand interest of giving feedback on user actions, ripple effect feedback blocks further processing in app.
is there way bypass ripple delay , execute click handler right away - without hiding ripple effect?
use react-tap-plugin along ontouchtap
handlers
Comments
Post a Comment