I need to run this grayscale filter gradually, gradually applying it gradually over a period of time.
$('#backstatic').attr('style', 'filter: grayscale(100%)');
This is my line, I would like to know if you can set the time for the filter effect to apply gradually.