In general, I need to slowly reduce transparency. The problem is that j ++ does not work with decimal numbers. In short, the fadeIn analog in jQuery
for(var j = 0.70; j < 0.90; j++){ this.style.background = 'rgba(250,250,250,' + j + ')' } // Это не правильно, но так понятнее будет , что я хочу сделать