...
This commit is contained in:
4
Presentation/HushianWebApp/wwwroot/funCus.js
Normal file
4
Presentation/HushianWebApp/wwwroot/funCus.js
Normal file
@@ -0,0 +1,4 @@
|
||||
function scrollToTarget() {
|
||||
const target = document.getElementById("target");
|
||||
target.scrollIntoView({ behavior: "smooth" }); // اسکرول نرم
|
||||
}
|
Reference in New Issue
Block a user