30.06.2017, 06:53
Hello,
yesterday I noticed that fadeIn() and fadeOut() functions aren't working on Safari. I was looking at stackoverflow but it seems that this function should work but it isn't.
I've tried also on some public pages running such code from console:
On Firefox and Chrome works but on Safari it doesn't works. Maybe somebody has similar issue?
yesterday I noticed that fadeIn() and fadeOut() functions aren't working on Safari. I was looking at stackoverflow but it seems that this function should work but it isn't.
I've tried also on some public pages running such code from console:
Code:
$("body").fadeOut(1000);On Firefox and Chrome works but on Safari it doesn't works. Maybe somebody has similar issue?
Little different because every fadeIn refresh full body from 0 but I filtered this. But how it is that in Chrome and Firefox it fadeIn() was working?