Smooth scrool of component

Developer
Size
1,798 Kb
Views
10,120

How do I make an smooth scrool of component?

What is a smooth scrool of component? How do you make a smooth scrool of component? This script and codes were developed by Koku on 06 November 2022, Sunday.

Smooth scrool of component Previews

Smooth scrool of component - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>smooth scrool of component</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <head>
</head>
<body> <ul> <li><a>Home</a></li> <li><a>Page</a></li> <li><a>Fin</a></li> </ul> <div id ="home" class="home"> <p>home</p></div> <div id ="page"> Page </div> <div id ="fin"> fin</div>
</body> <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Smooth scrool of component - Script Codes CSS Codes

li{ list-style-type:none; display:inline-block; width:20%;
}
#home, #page, #fin{ height:20vw; border :1px solid black;
}
body{ scroll:smooth;
}

Smooth scrool of component - Script Codes JS Codes

// jquery example
$('a').click(function() { $('html, body').animate({ scrollTop: $("#page").offset().top }, 2000);
});
Smooth scrool of component - Script Codes
Smooth scrool of component - Script Codes
Home Page Home
Developer Koku
Username KKOKU
Uploaded November 06, 2022
Rating 3
Size 1,798 Kb
Views 10,120
Do you need developer help for Smooth scrool of component?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Koku (KKOKU) Script Codes
Create amazing love letters with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!