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

https://github.com/wechat-miniprogram/awesome-skyline


https://github.com/wechat-miniprogram/awesome-skyline

List: awesome-skyline

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

          

# awesome-skyline

Skyline 是微信小程序推出的新渲染引擎,用于替代 WebView 渲染,其能够带来更好的渲染性能,并且添加了诸多增强特性,让小程序拥有更接近原生的交互体验。更多细节可查看[文档](https://developers.weixin.qq.com/miniprogram/dev/framework/runtime/skyline/introduction.html)。

## 示例集

- [通讯录](./examples/address-book)
- [相册](./examples/album)
- [卡片转场](./examples/card_transition)
- [半屏弹窗](./examples/half-screen)
- [分段式半屏](./examples/segmented-half-screen)
- [Tab 指示条](./examples/tab-indicator)
- [搜索栏吸附](./examples/product-list)
- [沉浸式商品浏览](./examples/expanded-scroll-view)
- [分类列表联动](./examples/associated-scroll-view)