Giter VIP home page Giter VIP logo

animatedscrolljs's Introduction

AnimatedScroll.js

Smooth, animated document scroll to a specific element, supporting native jQuery UI easings.

Demonstration

Check it in action on demo page.

Usage

$("#footer").animatedScroll(
  {
    duration: 'normal', 
    easing: 'easeOutExpo'
  }
);

Documentation

.animatedScroll([animateOptions][, offsetFromTarget])
  • animateOptions parameter dublicates the options parameter from jQuery native .animate() method.
  • offsetFromTarget is an object with left and top properties, representing the offset of viewport center to target element left and top edge in the end of animation. left and top properties may be absolute values like 100 or "100px", giving the number of pixels for offset, or it may carry percentage values like "50%", so that the offset would be calculated, depending on target element size. The default offsetFromTarget value is {left: "50%", top: "50%"}.

Dependency

Requires jQuery 1.3 or newer. Optional jQuery Easing Plugin to give advanced easing options.

Compatibility

Works with all versions of browsers that support jQuery 1.3, including IE7.

Download

Get latest development version ~3.5KB or minified version only ~2KB

animatedscrolljs's People

Contributors

ja-maika avatar ytiurin avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.