Files
MiniProgram/ProjectLiaisonForm/pages/transition/custom/index.wxml
2025-08-15 14:05:08 +08:00

6 lines
210 B
Plaintext

<t-button size="large" variant="outline" bind:tap="onTriggerClick" block theme="primary">Toggle</t-button>
<t-transition name="translate" visible="{{ visible }}">
<view class="block"></view>
</t-transition>