Showing 1-20 of 129 packages
PostCSS plugin to correct viewport height value `vh` to real viewport height as stated by CSS Tricks in article https://css-tricks.com/the-trick-to-viewport-units-on-mobile/
Forked packages from [MetinArslanturk/react-animation-on-scroll](https://github.com/MetinArslanturk/react-animation-on-scroll). this is containt bug fixed issues : Unhandled Runtime Error TypeError: Cannot read properties of null (reading 'clientHeight')
TypeScript definitions for react-custom-scrollbars
Кросс-платформенный [глобальный объект](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/globalThis#search_for_the_global_across_environments) с безопасной типизацией и возможностью подмены window.
Very small gesture recognizer for JavaScript. Swipe, pan, tap, doubletap, and longpress.
判断滚动条到底部,需要用到DOM的三个属性值,即scrollTop、clientHeight、scrollHeight。 1. scrollTop: 滚动条在Y轴上的滚动距离 2. clientHeight: 内容可视区域的高度(元素内容及其边框所占据的空间大小) 3. scrollHeight: 内容可视区域的高度加上溢出(滚动)的距离(元素内容的总高度) 从这三个属性的介绍就可以看出来,滚动条到底部的条件即为scrollTop + clientHeight == scrollHeight。
Allowing you to create snapping smart guides in your application.
TypeScript definitions for scroller
fireworks example
Common javascript utils methods for project development
Common javascript utils methods for project development
A library for tracking user behaviour.
A state container which provides an interface for listening to the scroll event of its child component and providing valuable data about direction, distance, and more. It also provides convenience functions for scrollTo with optional animation.
Useragent analysis tool.
A sketch Render&Editor on Canvas/WebGL.
ioing lib - shadow Function, worker Function
get available width and height of html element
RIO Iframe resizer
webgpu渲染库
<!-- * @Author: your name * @Date: 2021-12-23 21:13:26 * @LastEditTime: 2022-03-07 21:25:34 * @LastEditors: Please set LastEditors * @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE *