Answers for "make smooth scrolling on button click css"

0

smooth button effect css

.CLASS{
  	width: 100px; /* Change Width With Smooth Effect */
  	height: 100px; /* Change Height With Smooth Effect */
	transition: 1s; /* Change "1" With Display Time (Seconds)*/
}
Posted by: Guest on February-09-2021
0

smooth scroll button by element id

html {
  scroll-behavior: smooth;
}
Posted by: Guest on December-12-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language