Files
Hushian/Presentation/HushianWebApp/wwwroot/funCus.js

4 lines
160 B
JavaScript
Raw Normal View History

2025-07-11 20:37:28 +03:30
function scrollToTarget() {
const target = document.getElementById("target");
target.scrollIntoView({ behavior: "smooth" }); // اسکرول نرم
}