one page scrolling

koodew
3 Posts
koodew posted this 17 April 2019
Ask a Question

How do you make a scrolling page so that scrolling is animated?

How do you make a scrolling page so that scrolling is animated?
Vote to pay developers attention to this features or issue.
4 Replies
Order By: Standard | Newest
Support Team
Support Team posted this 17 April 2019

Hi,

Unfortuantely we have no such options.

...................................................
Sincerely,
Hella
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi, Unfortuantely we have no such options. ................................................... Sincerely, Hella Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
DEWA
31 Posts
Is Solution
DEWA posted this 17 April 2019

Put this in CSS Box:

  html {
      scroll-behavior: smooth;
    }

Works in Chrome and Firefox "NOT" in Edge!

Put this in CSS Box: html { scroll-behavior: smooth; } Works in Chrome and Firefox "NOT" in Edge!

Last edited 17 April 2019 by DEWA

T-3-Gunner
32 Posts
T-3-Gunner posted this 17 April 2019

Put this in CSS Box:

  html {
      scroll-behavior: smooth;
    }

Works in Chrome and Firefox "NOT" in Edge!

Yes it does work great in Chrome and FF, Thanks : )

> Put this in CSS Box: > > html { > scroll-behavior: smooth; > } > > Works in Chrome and Firefox "NOT" in Edge! Yes it does work great in Chrome and FF, Thanks : )
maazbinyousaf
22 Posts
maazbinyousaf posted this 13 September 2022

Hey! i have tried adding this didnt work.

Can you kindly explain in which box are you adding this code?

Hey! i have tried adding this didnt work. Can you kindly explain in which box are you adding this code?
You must log in or register to leave comments