jacob-z

Results 5 issues of jacob-z

### 🤔 这个变动的性质是? - [x] 新特性提交 - [ ] 日常 bug 修复 - [ ] 站点、文档改进 - [ ] 演示代码改进 - [ ] TypeScript 定义更新 - [ ] 包体积优化 -...

用于获取页面或者页面中某个元素是否正在滚动 ## 使用场景 某些场景下需要响应目标元素的滚动状态 例如:目标元素滚动时需要收起某个浮窗,滚动停止时又需要展示。 ## API ```ts export type Target = BasicTarget; export type Options = { target?: Target; /** @default 'vertical' */ scrollDirection?: 'vertical' | 'horizontal'; }; type...

feature
v4

[#39](https://github.com/iconify/tools/issues/39) add a compare of oldName and newName on the start of the rename() if they are the same , return false ( Should this rename be considered failed? )

as the title when the old name and the new name are the same, the icon will be removed

Since the npm package is unavaliable because of the lost of dist, I make a forked repository and publish a copied preset of this preset named **"unocss-preset-chroma-forked"** if the author...