1.0.1 • Published 3 years ago

dom_affix v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

dom_affix.js

Dom 元素固钉效果,适用于元素滚动超出窗口设置 fixed 固定

Installing

Using npm:

$ npm install dom_affix --save

Example

const setDomAffix = require('dom_affix').setDomAffix;

setDomAffix('.table_head', {
	top: 0,
	zIndex: 100,
});
1.0.1

3 years ago

1.0.0

3 years ago