Files
mmrbnjd ff342a53c0 ...
2025-07-11 20:37:28 +03:30

4 lines
160 B
JavaScript

function scrollToTarget() {
const target = document.getElementById("target");
target.scrollIntoView({ behavior: "smooth" }); // اسکرول نرم
}