Easing effect on mouse wheel move

laszlo.venczel
6 Posts
laszlo.venczel posted this 15 July 2021
Ask a Question

Hi Support!

    Similar askings are imminent from the past few years among Nicepage users but seamingly putting it on the wishlist has not resolved the issue. That is why I raise the topic again...:-)

Easing effect on mouse wheel scrolling IS NOT something that Parallax effect would ever provide us. Parallax only moves an image behind another block layer as you scroll but the easing effect moves all blocks (the site you construct) in a very aesthatic and modern looking way. As this is a global effect ( you either code it to a selectable feature or make it default in Nicepage), all content the user builds will scroll on mouse wheel with this effect. (The Mobirise software does have that effect built in - see www.hotelthelena.hu for reference: just scroll with the mouse wheel and see how the content moves!)

That is the effect that I am looking forward to seeing in Nicepage as well.

Is the possible to have it shortly?

Cheers, Roland

Hi Support! Similar askings are imminent from the past few years among Nicepage users but seamingly putting it on the wishlist has not resolved the issue. That is why I raise the topic again...:-) Easing effect on mouse wheel scrolling IS NOT something that Parallax effect would ever provide us. Parallax only moves an image behind another block layer as you scroll but the easing effect moves all blocks (the site you construct) in a very aesthatic and modern looking way. As this is a global effect ( you either code it to a selectable feature or make it default in Nicepage), all content the user builds will scroll on mouse wheel with this effect. (The Mobirise software does have that effect built in - see www.hotelthelena.hu for reference: just scroll with the mouse wheel and see how the content moves!) That is the effect that I am looking forward to seeing in Nicepage as well. Is the possible to have it shortly? Cheers, Roland
Vote to pay developers attention to this features or issue.
1 Reply
Order By: Standard | Newest
Support Team
Support Team posted this 15 July 2021

Hi, Roland,

We are considering adding this feature to Nicepage, but we cannot say for sure when it will be implemented. However, it is possible to add a code that allows you to scroll pages smoothly. Try adding this piece of code ("Site Settings" ==> "CSS"):

html {
  scroll-behavior: smooth;
}
enter image description here

...................................................
Sincerely,
Paul C.
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, Roland, We are considering adding this feature to Nicepage, but we cannot say for sure when it will be implemented. However, it is possible to add a code that allows you to scroll pages smoothly. Try adding this piece of code ("Site Settings" ==> "CSS"): html { scroll-behavior: smooth; } ![enter image description here][1] ................................................... Sincerely, Paul C. Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp [1]: https://i.imgur.com/MbSukcb.png
You must log in or register to leave comments