LeiYao123

Results 6 comments of LeiYao123

@ron0115 是的,用 speed 可以变相实现这种效果,但使用者需要计算滚动的距离(计算并不简单),源码里在滚动之前应该计算过了,故实现起来应该比较容易,也减少用户的使用成本 不知道我理解的对不对 另外可不可以提供滚动的动画函数,比如 ease-in 这样的

我的情况是这样的: 我的组件库是为公司的几个项目服务的,这些项目都使用 tailwind,father 在执行 bundless 打包时不会处理 tailwind 相关样式 我选择将 xx-ui 的 tailwind.config.js 作为包内容一起发布 然后在宿主项目的 tailwind.config.js 里这样配置 ``` // 使用 ui 库里面 config 作为预设 presets: [require('@align-ui/tailwind.config')], // 宿主项目执行 tailwind 扫描增加对 node_modules...

@brasizza ``` final profile = await CapabilityProfile.load(name: 'SUNMI'); final generator = Generator(PaperSize.mm80, profile); bytes += generator.setGlobalCodeTable('BIG5'); bytes += generator.text( '88 x 中国熊猫 All-American Cheese burger Long name view test sans...

I tried it in version 2.1 and the original API is still usable, like the one below, I don't know why they need to be deleted from the document, use...

@xsjcTony I think your className was written incorrectly. Please try using my writing method below ```js ``` https://headlessui.com/react/transition#different-enter-leave-transitions

Besides, I still feel that the original API is easier to understand --- @RobinMalfait I would like to ask if the original API will continue to be useful in future...