jQuery.SmoothScroll by Adam De Lucia

<PackageReference Include="jQuery.SmoothScroll" Version="1.1.0" />

 jQuery.SmoothScroll 1.1.0

Smooth scroll is a feature complete jQuery utility with bookmark, page top and sticky box options. A highly customizable configuration object allows you to decide what feature to activate, set scroll speeds and start/complete callbacks independently for each feature, and activate bookmarks in many ways. Activate bookmarks via class, element, container or lists, and exclude in similar ways with ease. The sticky box has a user defined threshold for when it appears.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>jQuery.SmoothScroll</id>
    <version>1.1.0</version>
    <authors>Adam De Lucia</authors>
    <owners>Adam De Lucia</owners>
    <licenseUrl>https://github.com/offthehandle/jQuery-SmoothScroll/blob/master/LICENSE</licenseUrl>
    <projectUrl>http://www.adamdelucia.com/docs/project/smooth-scroll</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Smooth scroll is a feature complete jQuery utility with bookmark, page top and sticky box options. A highly customizable configuration object allows you to decide what feature to activate, set scroll speeds and start/complete callbacks independently for each feature, and activate bookmarks in many ways. Activate bookmarks via class, element, container or lists, and exclude in similar ways with ease. The sticky box has a user defined threshold for when it appears.</description>
    <summary>Smooth Scroll handles the foreseeable user needs for a smooth scroll plugin. Smooth Scroll is a jQuery utility. Scoped jQuery objects are defined in a highly customizable configuration object. Independent smooth scroll features include bookmarks, page top links and a sticky box. Attach the utility bookmark feature using an element, ID or class by itself or within a container or list of containers, and exclude bookmarks based on lists of classes, elements or IDs as well as container lists. Set your desired threshold when the sticky box should appear. Set duration for all 3 features independently. Callbacks for each feature on start and complete, and a sticky box callback on setup and resize.</summary>
    <copyright>Copyright 2014-2017</copyright>
    <language>en-US</language>
    <tags>smooth scroll, bookmark, sticky box, page top, contain, exclude, exclusion, callback, jquery, utility, configurable</tags>
    <dependencies>
      <dependency id="jQuery" version="1.9.1" />
    </dependencies>
  </metadata>
</package>