Examples of MFXSmoothScroll


Examples of wicket.contrib.mootools.plugins.MFXSmoothScroll

public class ScrollingPage extends WicketExamplePage
{
  public ScrollingPage()
  {
    // add MFXSmoothScroll to your base page or current page
    add(new MFXSmoothScroll());

    // now all anchor clicks will have smooth scrolling on your web page
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.