Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seho-dev/intersectionobserver_tools
基于IntersectionObserver接口实现的webapp常用业务场景封装库(懒加载,触底,吸顶,滑动列表特效等)
https://github.com/seho-dev/intersectionobserver_tools
Last synced: about 2 months ago
JSON representation
基于IntersectionObserver接口实现的webapp常用业务场景封装库(懒加载,触底,吸顶,滑动列表特效等)
- Host: GitHub
- URL: https://github.com/seho-dev/intersectionobserver_tools
- Owner: seho-dev
- Created: 2019-11-17T14:15:19.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T12:00:02.000Z (about 2 years ago)
- Last Synced: 2024-12-18T05:13:19.409Z (about 2 months ago)
- Language: JavaScript
- Size: 934 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
一款用于懒加载,吸顶,触底,列表动画等功能的工具库,基于intersectionobserver
=========================================================================chinese:
-------兼容情况:此npm包不支持vue,react,angular等框架,可用于webapp或者H5页面
intersectionobserver接口的兼容情况:
1. IE全部不兼容
2. pc端的浏览器和移动端所有浏览器兼容都比较棒关于动画的兼容性:css3纯动画
特性
1. 懒加载
2. 动画列表
3. 触底
4. 吸顶[在线文档](http://observertools.yinzhuoei.com/)
english:
-------Compatibility: This NPM package does not support Vue, react, angular and other frameworks, and can be used for webapp or H5 pages
Compatibility of intersectionobserver interface:
1. Ie is not compatible
2. The browser on PC is compatible with all browsers on mobile
About animation compatibility: CSS3 pure animation
Characteristic
1. lazy loading
2. Animation list
3. touch bottom
4. suction top
[online-doc](http://observertools.yinzhuoei.com/)