Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

sticky-elements

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sticky-elements

jQuery plugin for easily implementing scroll rate, upperbound & lower bound for translation during scroll! Very handy for creating parallax effects

latest
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

jQuery-sticky-elements

jquery plugin to create sticky elements -- worrying how to keep your div at position you want, want to create rules for it to stay & hide, jQuery-sticky-elements is made just for you.

View Demo

How to use

<script type="text/javascript" src="../js/jquery.js"></script>
<script type="text/javascript" src="../js/jquery.sticky.elements.js"></script>
<script type="text/javascript">
	$("#grid5").stikify({rate: 3.4, cieling: -100});
</script>

just include jQuery, our stiky element plugin & you have just stikified it!

$("#grid4").stikify({floor: 100, rate: 1.6, cieling: -100, trans: true, rate: 3.4});

means:

  • The grid id - grid4 will not go below 100px height, above -100px height, will get transparent with scroll. Its scroll-rate will be 3.4 times normal scroll!

For any queries mail me to minhazav@gmail.com

Keywords

jquery-plugin

FAQs

Package last updated on 27 Oct 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts