Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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常用业务场景封装库(懒加载,触底,吸顶,滑动列表特效等)

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/)