nielk / scrollinception

A way to avoid scroll inception, that awkward moment when you scroll in an embeded scrollable block…

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scroll inception jQuery plugin

Nice introduction

A way to avoid scroll inception, that awkward moment when you scroll in an embeded scrollable block…

Demo is avalaible here.

How to use this

  1. Get jQuery, or use a CDN, like jsDelivr;
  2. Get the jQuery plugin;
  3. Add these to your page;
  4. Any element using data-scrollinception="true" will use the plugin.
    (Ex. <iframe src="//lorem.com" … data-scrollinception="true"></iframe> )
  5. Scroll

About

A way to avoid scroll inception, that awkward moment when you scroll in an embeded scrollable block…


Languages

Language:CSS 57.2%Language:JavaScript 42.8%