UNPKG

firedoc

Version:

[![Circle CI](https://circleci.com/gh/cocos-creator/firedoc/tree/master.svg?style=shield)](https://circleci.com/gh/cocos-creator/firedoc/tree/master)

11 lines (6 loc) 223 B
/*global $:true*/ $(document).ready(function() { "use strict"; $("body").addClassWhenItemAboveViewport("index-offscreen", ".index", -100); $(".main-header").addClassWhenItemAboveViewport("compact", "body", 20); });