# axe-scroller-pull **Repository Path**: mirrors_singod/axe-scroller-pull ## Basic Information - **Project Name**: axe-scroller-pull - **Description**: 移动端模拟滚动,滚动到容器底部触发加载更多内容,移动端模拟滚动代替原生滚动,用于解决原生滚动不好支持的业务场景。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-03-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AXE axe scope packages for frontend. ## packages(javascript库) * @axe/animate: a javascript library for animation or transition with css3 feature. * @axe/lazy-load-img: A library of lazy load image when it is necessary. * @axe/load-more: 滚动到容器底部触发加载更多内容 * @axe/precision: 浮点精度计算处理,用于处理数字计算过程中精度丢失的问题,如:0.1+0.2=0.3,但是在js计算会丢失精度,变成0.30000000000000004 * @axe/rem-resize: A flexible rem layout for h5. * @axe/request: a micro javascript library for request data. * @axe/scroller: 移动端模拟滚动代替原生滚动,用于解决原生滚动不好支持的业务场景。 * @axe/touch: Define some usual gesture with touch events. * @axe/utils: A common utils of javascript. ## components(原生javascript组件) * @axe/modal: 移动端弹窗 * @axe/tips: 移动端toast提示 * @axe/slideshow: 移动端轮播