arco-design-vue
arco-design-vue copied to clipboard
feat(modal): modal add transform-origin
Types of changes
- [x] New feature
- [ ] Bug fix
- [x] Enhancement
- [ ] Component style change
- [ ] Typescript definition change
- [ ] Documentation change
- [ ] Coding style change
- [ ] Refactoring
- [ ] Test cases
- [ ] Continuous integration
- [ ] Breaking change
- [ ] Others
Background and context
Solution
How is the change tested?
Changelog
Component | Changelog(CN) | Changelog(EN) | Related issues |
---|---|---|---|
modal | 新增过渡动效 | add transform-origin | #1325 |
Checklist:
- [x] Test suite passes (
npm run test
) - [x] Provide changelog for relevant changes (e.g. bug fixes and new features) if applicable.
- [x] Changes are submitted to the appropriate branch (e.g. features should be submitted to
feature
branch and others should be submitted tomain
branch)