I am looking for a way to disable the mouse event when my animations start using jquery, and when event start again when animation was done.I know this can be done using a webkit css support.
'pointer-events', 'none'
But it will not work on IE.please help.