VK
Size: a a a
VK
VK
M
ЮГ
VS
ВК
VS
ВК
VS
ПВ
PH
ПВ
Ai
DE
setInterval
при ресайзе. А вообще анимации лучше с requestAnimationFrame
делатьи
DE
const html = `<div> Child <p>Nested child</p> </div>`;
document
.querySelector('#parent')
?.insertAdjacentHTML('beforeend', html);
и
const html = `<div> Child <p>Nested child</p> </div>`;
document
.querySelector('#parent')
?.insertAdjacentHTML('beforeend', html);
p
T