arco-design-vue icon indicating copy to clipboard operation
arco-design-vue copied to clipboard

feat(image-preview): support wheel zoom and add zoom transition

Open wehuss opened this issue 3 years ago • 0 comments

Types of changes

  • [x] New feature
  • [ ] Bug fix
  • [ ] Enhancement
  • [x] Component style change
  • [ ] Typescript definition change
  • [ ] Documentation change
  • [ ] Coding style change
  • [ ] Refactoring
  • [ ] Test cases
  • [ ] Continuous integration
  • [ ] Breaking change
  • [ ] Others

Background and context

image-preview不支持滚轮缩放且没有缩放动画

Solution

image-preview加入滚轮缩放与缩放动画

How is the change tested?

Changelog

Type Component Changelog(CN) Changelog(EN) Related issues
Feat image-preview 支持滚轮缩放 support wheel zoom #1428
Style image-preview 增加缩放动画 add zoom transition #1428

Checklist:

  • [ ] Test suite passes (npm run test)
  • [ ] Provide changelog for relevant changes (e.g. bug fixes and new features) if applicable.
  • [ ] Changes are submitted to the appropriate branch (e.g. features should be submitted to feature branch and others should be submitted to main branch)

Other information

wehuss avatar Sep 21 '22 13:09 wehuss