We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af361ca commit 47bd979Copy full SHA for 47bd979
front-end/h5/src/components/core/editor/edit-panel/animation.js
@@ -141,7 +141,7 @@ export default {
141
/>
142
</a-form-item>
143
144
- <a-form-item label={this.$t('editor.editPanel.animation.type')} labelCol={{ span: 5 }} wrapperCol={{ span: 16, offset: 2 }} style="margin-bottom:0;">
+ <a-form-item label={this.$t('editor.editPanel.animation.delay')} labelCol={{ span: 5 }} wrapperCol={{ span: 16, offset: 2 }} style="margin-bottom:0;">
145
<a-form-item style={{ display: 'inline-block', width: 'calc(50% - 12px)' }}>
146
<a-slider
147
defaultValue={2}
0 commit comments