0
Welcome Guest! Login
0 items Join Now

SOLVED Smooth scrollling for Gantry 4

  • SOLVED Smooth scrollling for Gantry 4

    Posted 5 years 6 months ago
    • Is it possible to write a script on the site majorville.ru/ for smooth scrolling from the button to the application module. Thanks.
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13481
    • Web Designer/Developer

    Re: SOLVED Smooth scrollling for Gantry 4

    Posted 5 years 6 months ago
    • Yes.

      If you google "smooth scrolling scripts" you will find many. Here's just one. https://css-tricks.com/snippets/jquery/smooth-scrolling/

      Make sure you have the required skills to implement it though.

      Also you could try this to achieve smooth scrolling on anchors.
          <script type="text/javascript">
          window.addEvent('domready',function() {
          new Fx.SmoothScroll({
          duration: 400
          },window);
          });
          </script>

      Regards, Mark.
    • Last Edit: 5 years 6 months ago by MrT.
    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.
  • Re: SOLVED Smooth scrollling for Gantry 4

    Posted 5 years 6 months ago
    • Thank you. I'll try.

Time to create page: 0.057 seconds