10

I'd like to scroll to the bottom of the page and I recently found the scroll behavior style tag. Is there a way to change the speed of smooth scrolling using a CSS style?

Related question (using JQuery): How to change speed of a smooth scroll?

1.21 gigawatts
  • 16,517
  • 32
  • 123
  • 231

1 Answers1

13

No, the smooth scrolling speed cannot be changed using CSS. The only attribute tags available are behavior tags; smooth/auto.

lxnaris
  • 146
  • 1
  • 4