SS
Size: a a a
SS
NM
V
MM
MM
NM
BB
ТФ
MM
NM
ТФ
BB
NM
F
a
AO
F
F
AO
F
image1.addEventListener('mousemove', function (e) {
//console.log(this.getBoundingClientRect());return 0;
let bounds=this.getBoundingClientRect();
//console.log(bounds);return 0;
clearTimeout(imageTimer);
imageTimer = setTimeout(function() {
ShowTitle(e, bounds);
}, 1000, e, bounds);
});
image1.addEventListener('mousemout', function (e) {
console.log('mouseout');
clearTimeout(imageTimer);
});