0.0.1-alpha.1 • Published 1 month ago

@doraemon-ui/miniprogram.backdrop v0.0.1-alpha.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 month ago

Backdrop 背景幕

在组件中设置显示蒙层。

使用指南

在 page.json 中引入组件

json

示例代码

在开发者工具中预览效果

WXML

wxml

JAVASCRIPT

js

WXSS

wxss

API

参数类型描述默认值
prefixClsstring自定义类名前缀dora-backdrop
classNamesany过渡的类名,更多内置过渡效果请参考 AnimationGroupdora-animate--fadeIn
transparentboolean是否显示透明蒙层false
zIndexnumber设置蒙层的 z-index1000
bind:clickfunction点击事件-
bind:afterShowfunction完全显示后触发-
bind:afterClosefunction完全关闭后触发-

Backdrop.method

  • Backdrop.retain
  • Backdrop.release